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 /template/en/default/reports | |
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
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/report-table.csv.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 %] |