From 37cb5095d597c4f1682aeafb7310f0c09f094234 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 26 Mar 2006 22:19:24 +0000 Subject: [PATCH] improved printing: progressbar is now printed as percent value --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index f6bf11e1eb..7fcf408eb1 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -824,7 +824,7 @@ class html { return $title; } - return '
'.$title.'
'."\n\t". '
'."\n
\n";