From: ivan Date: Tue, 26 Jun 2007 02:31:57 +0000 (+0000) Subject: change "====" to
in selfservice usage stuff. welcome to this millenium! :) X-Git-Tag: TRIXBOX_2_6~483 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bd8582f48b90a63c17a568e4a395a82fe4f9277e change "====" to
in selfservice usage stuff. welcome to this millenium! :) --- diff --git a/fs_selfservice/FS-SelfService/cgi/view_usage_details.html b/fs_selfservice/FS-SelfService/cgi/view_usage_details.html index afa99ffb5..09d366357 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!!;