From 5457d73088f678416810417885d844d5e305c4bd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Apr 2006 00:21:39 +0000 Subject: [PATCH] and the total column --- httemplate/graph/money_time.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 9c0a94ff3..d458405ea 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); <% $total += $column; %> <% } %> - <%= sprintf("%.2f", $total) %> + <%= sprintf("%.2f", $total) %> <% } %> -- 2.11.0