From: ivan Date: Tue, 26 Jun 2007 02:31:58 +0000 (+0000) Subject: change "====" to
in selfservice usage stuff. welcome to this millenium! :) X-Git-Tag: freeside_1_7_3rc1~411 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9ae653f3798685d160b7f9bc44d8b62430afd6d8;p=freeside.git 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!!;