summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index dad7411..0ec8b37 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -280,7 +280,7 @@ foreach ($phpincludefiles as $includename) {
}
## Set Page Title and Include Header
-$pgtitle = array(gettext("Status: Dashboard"));
+$pgtitle = array('', gettext("Status: Dashboard"));
include("head.inc");
if ($savemsg) {
OpenPOWER on IntegriCloud