From a644057a68af7cec29c7da308d475eee9d542918 Mon Sep 17 00:00:00 2001 From: Aldemir Akpinar Date: Tue, 26 Dec 2017 23:34:46 +0300 Subject: [PATCH] Make left and right texts on percentage bar look better. (#7958) --- 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 e40e2ac5a6..0b4ecff4b7 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -603,8 +603,8 @@ function print_percentage_bar($width, $height, $percent, $left_text, $left_colou
- '.$left_text.' - '.$right_text.' + '.$left_text.' + '.$right_text.' ';