From 8c8fcedb6c24e54ae4d13c8107ef03db35934622 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 Sep 2007 00:21:01 +0000 Subject: [PATCH] close table tag; fix spacing --- fs_selfservice/FS-SelfService/cgi/myaccount.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

"; } %> -- 2.11.0