From 5bdbc3303040fe6c412e334face4b6f4b3c6af18 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Fri, 4 Mar 2011 16:14:21 +0000 Subject: [PATCH] fix vertical-align property in print_percentage_bar, patch by Michael Robbert, fixes FS#129 git-svn-id: http://www.observium.org/svn/observer/trunk@1784 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 6d5a97667..12999f34c 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -208,8 +208,8 @@ function print_percentage_bar ($width, $height, $percent, $left_text, $left_colo
-
'.$left_text.'
-
'.$right_text.'
+
'.$left_text.'
+
'.$right_text.'
'; return $output;