diff options
author | ivan <ivan> | 2002-11-05 23:43:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-05 23:43:20 +0000 |
commit | 4ff72381c99c7508f6028d2c44a2ec5c455e4670 (patch) | |
tree | 8f6d1cd9cdcd8c1eef436d88a18fbc84dd02d2ba /httemplate/view | |
parent | b4206f7dd4e3f00b1fac73245ade1d28388f2ad3 (diff) |
ui
Diffstat (limited to 'httemplate/view')
-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 30480d1e8..e00562ace 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -98,8 +98,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>'; |