and </TD> the total column
authorivan <ivan>
Sat, 15 Apr 2006 00:21:39 +0000 (00:21 +0000)
committerivan <ivan>
Sat, 15 Apr 2006 00:21:39 +0000 (00:21 +0000)
httemplate/graph/money_time.cgi

index 9c0a94f..d458405 100644 (file)
@@ -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>