don't crash when docs are missing
This commit is contained in:
parent
f0f8242c3c
commit
135432b329
@ -109,7 +109,7 @@ class ExtManagerTheme extends Themelet
|
|||||||
$author,
|
$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),
|
($info->link ? emptyHTML(BR(), B("Home Page"), A(["href"=>$info->link], "Link")) : null),
|
||||||
P(rawHTML($info->documentation)),
|
P(rawHTML($info->documentation ?? "(This extension has no documentation)")),
|
||||||
// <hr>,
|
// <hr>,
|
||||||
P(A(["href"=>make_link("ext_manager")], "Back to the list"))
|
P(A(["href"=>make_link("ext_manager")], "Back to the list"))
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user