summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/chart.csv.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/chart.csv.tmpl')
-rw-r--r--template/en/default/reports/chart.csv.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/chart.csv.tmpl b/template/en/default/reports/chart.csv.tmpl
index f9e2f2b39..08282b3eb 100644
--- a/template/en/default/reports/chart.csv.tmpl
+++ b/template/en/default/reports/chart.csv.tmpl
@@ -26,7 +26,7 @@ Date\Series
[% colsepchar %][% label FILTER csv %]
[% END %]
[%# The data, which is in the correct format for GD, is conceptually the wrong
- # way round for CSV output. So, we need to invert it here, which is why
+ # way round for CSV output. So, we need to invert it here, which is why
# these loops aren't just plain FOREACH.
#%]
[% i = 0 %]
@@ -40,5 +40,5 @@ Date\Series
[% j = j + 1 %]
[% END %]
[% i = i + 1 %]
-
-[% END %]
+
+[% END %]