From a8bcb19eaad798a6441a29e58f9c03ae84de4fc5 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 25 Nov 2016 13:06:05 +0100 Subject: fix shift view bars --- includes/sys_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/sys_template.php') diff --git a/includes/sys_template.php b/includes/sys_template.php index d2247062..3679328b 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -33,7 +33,7 @@ function label($content, $class = 'default') { } function progress_bar($valuemin, $valuemax, $valuenow, $class = '', $content = '') { - return '
' . $content . '
'; + return '
' . $content . '
'; } /** -- cgit v1.2.3-54-g00ecf