diff --git a/html/pages/health.php b/html/pages/health.php
index e70d0640f..46fdfd776 100644
--- a/html/pages/health.php
+++ b/html/pages/health.php
@@ -31,7 +31,7 @@ if($_GET['optb'] == "graphs") { echo('');
} else {
echo('
');
}
-echo(' Graphs');
+echo(' Graphs');
if($_GET['optb'] == "graphs") { echo(''); }
echo(' | ');
if($_GET['optb'] == "nographs") { echo('');
@@ -39,7 +39,7 @@ if($_GET['optb'] == "nographs") { echo('');
} else {
echo('
');
}
-echo(' No Graphs');
+echo(' No Graphs');
if($_GET['optb'] == "nographs") { echo(''); }