diff options
author | wurblzap%gmail.com <> | 2005-11-17 18:16:01 +0100 |
---|---|---|
committer | wurblzap%gmail.com <> | 2005-11-17 18:16:01 +0100 |
commit | 5e7a415f3e5095f4dabcdc587130fbec8c40874d (patch) | |
tree | 912cf8182cac9e0039421438611eeaed6f111bea | |
parent | bb88bbf8d2ec698377b37e7e505576c3a0cd72ab (diff) | |
download | bugzilla-5e7a415f3e5095f4dabcdc587130fbec8c40874d.tar.gz bugzilla-5e7a415f3e5095f4dabcdc587130fbec8c40874d.tar.xz |
Bug 313452: why isn't _Number of bugs_ quoted?
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>
r=wurblzap, a=justdave
-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 %] |