diff --git a/modules/billing/docs.php b/modules/billing/docs.php index f8b132b4..3dc6bbf8 100644 --- a/modules/billing/docs.php +++ b/modules/billing/docs.php @@ -20,7 +20,6 @@ $docsDir = __DIR__ . '/docs'; $action = $_GET['action'] ?? 'list'; $doc = $_GET['doc'] ?? ''; $docsPagePath = '/docs.php'; -$pageTitle = 'Documentation - GSP'; /** * Get all documentation folders with their metadata @@ -139,7 +138,7 @@ uksort($grouped, function($a, $b) use ($categoryOrder) { - <?php echo htmlspecialchars($pageTitle, ENT_QUOTES, 'UTF-8'); ?> + <?php echo htmlspecialchars('Documentation - GSP', ENT_QUOTES, 'UTF-8'); ?>