forked from Cavemanon/cavepaintings
don't crash when docs are missing
This commit is contained in:
@@ -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"))
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user