add missing colon to version title on extension page

This commit is contained in:
HeCorr 2021-11-11 17:23:16 -03:00 committed by Shish
parent 52fa31df3e
commit 6b6bea6bcc

View file

@ -107,7 +107,7 @@ class ExtManagerTheme extends Themelet
$html = DIV(
["style"=>'margin: auto; text-align: left; width: 512px;'],
$author,
($info->version ? emptyHTML(BR(), B("Version"), $info->version) : null),
($info->version ? emptyHTML(BR(), B("Version: "), $info->version) : null),
($info->link ? emptyHTML(BR(), B("Home Page"), A(["href"=>$info->link], "Link")) : null),
P(rawHTML($info->documentation ?? "(This extension has no documentation)")),
// <hr>,