From bd8582f48b90a63c17a568e4a395a82fe4f9277e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 26 Jun 2007 02:31:57 +0000 Subject: change "====" to
in selfservice usage stuff. welcome to this millenium! :) --- fs_selfservice/FS-SelfService/cgi/view_usage_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs_selfservice') diff --git a/fs_selfservice/FS-SelfService/cgi/view_usage_details.html b/fs_selfservice/FS-SelfService/cgi/view_usage_details.html index afa99ff..09d3663 100644 --- a/fs_selfservice/FS-SelfService/cgi/view_usage_details.html +++ b/fs_selfservice/FS-SelfService/cgi/view_usage_details.html @@ -65,7 +65,7 @@ my $m = sprintf("%02d", int(($total % 3600) / 60)); my $s = sprintf("%02d", $total % 60); $OUT .= qq!!; - $OUT .= qq!========! x 3; + $OUT .= qq!
! x 3; $OUT .= qq!!; $OUT .= qq!$h:$m:$s!; $OUT .= qq!!; -- cgit v1.1