From 7c5432cdf6de339bdb0610aa16248f1a989de231 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sat, 12 Jun 2010 21:14:48 +0000 Subject: [PATCH] - Fixed a href. git-svn-id: http://www.observium.org/svn/observer/trunk@1159 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/health.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(''); }