From: ivan Date: Tue, 18 Sep 2007 00:21:01 +0000 (+0000) Subject: close table tag; fix spacing X-Git-Tag: TRIXBOX_2_6~369 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8c8fcedb6c24e54ae4d13c8107ef03db35934622;p=freeside.git close table tag; fix spacing --- diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index ef0740fd6..49a2648b4 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -30,7 +30,7 @@ Hello <%= $name %>!

''; $col = $col eq $col1 ? $col2 : $col1; } - $OUT .= ''; + $OUT .= '
'; } else { $OUT .= 'You have no outstanding invoices.

'; } @@ -40,7 +40,7 @@ Hello <%= $name %>!

if ( defined($support_time) ) { $OUT .= ''. ''. - "

"; + "
Support Time Remaining
$support_time
$support_time

"; } %>