diff --git a/modules/api-status.php b/modules/api-status.php index cdd214c..8444035 100644 --- a/modules/api-status.php +++ b/modules/api-status.php @@ -44,7 +44,7 @@ register_module([ exit($minified ? json_encode($result) : json_encode($result, JSON_PRETTY_PRINT) . "\n"); }); - add_help_section("960-api-status", "Wiki Status API", "

"); + add_help_section("960-api-status", "Wiki Status API", "

$settings->sitename has a status page that returns some basic information about the current state of the wiki in JSON. It can be used as a connection tester - as the Pepperminty Wiki Android app does.

"); } ]);