summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-09-18 00:21:01 +0000
committerivan <ivan>2007-09-18 00:21:01 +0000
commit8c8fcedb6c24e54ae4d13c8107ef03db35934622 (patch)
tree8b958eef4430f39e73481cfda97e113b7d3798bf
parent17dfcf3f0af038d47b902ad768e137a42a7a141e (diff)
close table tag; fix spacing
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html
index ef0740f..49a2648 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html
@@ -30,7 +30,7 @@ Hello <%= $name %>!<BR><BR>
'</TR>';
$col = $col eq $col1 ? $col2 : $col1;
}
- $OUT .= '</TABLE>';
+ $OUT .= '</TABLE><BR>';
} else {
$OUT .= 'You have no outstanding invoices.<BR><BR>';
}
@@ -40,7 +40,7 @@ Hello <%= $name %>!<BR><BR>
if ( defined($support_time) ) {
$OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'.
'<TR><TH BGCOLOR="#ff6666">Support Time Remaining</TH></TR>'.
- "<TR><TD>$support_time</TD></TR><BR><BR>";
+ "<TR><TD>$support_time</TD></TR></TABLE><BR>";
}
%>