diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/filterexceptions.pl | 1 | ||||
-rw-r--r-- | template/en/default/reports/report-table.csv.tmpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index e93f0b5e4..c5334c343 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -128,7 +128,6 @@ ], 'reports/report-table.csv.tmpl' => [ - 'num_bugs', 'data.$tbl.$col.$row', 'colsepchar', ], diff --git a/template/en/default/reports/report-table.csv.tmpl b/template/en/default/reports/report-table.csv.tmpl index 96dca3d58..0abb68ece 100644 --- a/template/en/default/reports/report-table.csv.tmpl +++ b/template/en/default/reports/report-table.csv.tmpl @@ -50,7 +50,7 @@ [% END %] [% END -%] [% ELSE -%] - [% colsepchar %][% num_bugs %] + [% colsepchar %][% num_bugs FILTER csv %] [% END %] [% FOREACH row = row_names %] |