summaryrefslogtreecommitdiff
path: root/httemplate/graph/money_time.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-04-15 00:21:39 +0000
committerivan <ivan>2006-04-15 00:21:39 +0000
commit5457d73088f678416810417885d844d5e305c4bd (patch)
treecc05040b8763d4dd31e94f02ec2b586be1eb05e9 /httemplate/graph/money_time.cgi
parent6a5ebd04bc59509c5fb934d226d6dd144cf034bd (diff)
and </TD> the total column
Diffstat (limited to 'httemplate/graph/money_time.cgi')
-rw-r--r--httemplate/graph/money_time.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi
index 9c0a94f..d458405 100644
--- a/httemplate/graph/money_time.cgi
+++ b/httemplate/graph/money_time.cgi
@@ -95,7 +95,7 @@ my @mon = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
</TD>
<% $total += $column; %>
<% } %>
- <TD><%= sprintf("%.2f", $total) %>
+ <TD><%= sprintf("%.2f", $total) %></TD>
</TR>
<% } %>
</TABLE>