summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-06-10 19:44:45 +0000
committerivan <ivan>2002-06-10 19:44:45 +0000
commit4a63d301b47a74ecd111166420a81cfe9a8fb874 (patch)
tree7ed8eeaed77a019807259fc3ea1a330e53469e03 /httemplate
parent0c9cafb680d1f2b19f7b9b45063e003228af7967 (diff)
final visual update on package date view
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 5e672af3d..c5a8c82dd 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -364,7 +364,7 @@ foreach my $package (@packages) {
for ( qw( setup bill susp expire cancel ) ) {
print "<TD ROWSPAN=$rowspan><FONT SIZE=-1>", ( $package->getfield($_)
- ? time2str("%D<BR><FONT SIZE=-3>%l:%M:%S%P&nbsp;%z</FONT>",
+ ? time2str("%D</FONT><BR><FONT SIZE=-3>%l:%M:%S%P&nbsp;%z</FONT>",
$package->getfield($_) )
: '&nbsp'
), '</FONT></TD>',