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 . '
'; } /**