diff options
author | ivan <ivan> | 2002-11-05 23:43:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-05 23:43:22 +0000 |
commit | fd08039cbc80178ba1390f9307677080a9cb8c86 (patch) | |
tree | 16427e09005fba09029520adb01b34e99931d4b2 | |
parent | d17fa8f5a57ec5e6a4985e24eaadfb9de37e9135 (diff) |
ui
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 7ca7a8498..c5f4ec0c3 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -103,8 +103,8 @@ if ( $part_svc->part_export('sqlradius') ) { print ' (no billing cycle available for unaudited account)<BR>'; } - print 'Input: <B>'. sprintf("%.3f", $input). ' megabytes<BR>'; - print 'Output: <B>'. sprintf("%.3f", $output). ' megabytes<BR>'; + print 'Input: <B>'. sprintf("%.3f", $input). '</B> megabytes<BR>'; + print 'Output: <B>'. sprintf("%.3f", $output). '</B> megabytes<BR>'; print '<BR>'; |