From 9e5c180708109b12ab0577cea2c37d60a6e297d2 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 28 Mar 2011 09:43:49 +0000 Subject: [PATCH] oops, syntax fixie. r1982 \o/ git-svn-id: http://www.observium.org/svn/observer/trunk@1982 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/health/processors.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/health/processors.inc.php b/html/pages/health/processors.inc.php index 9b93e7d429..d08916468e 100644 --- a/html/pages/health/processors.inc.php +++ b/html/pages/health/processors.inc.php @@ -41,7 +41,7 @@ while ($proc = mysql_fetch_array($procs)) " . $text_descr . " - ".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background); + ".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background)); echo(' ');