From: wurblzap%gmail.com <> Date: Thu, 17 Nov 2005 17:16:15 +0000 (+0000) Subject: Bug 313452: why isn't _Number of bugs_ quoted? X-Git-Tag: bugzilla-2.20.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c1429a1509a2e24793c8495fb6044ee0da8eca;p=thirdparty%2Fbugzilla.git Bug 313452: why isn't _Number of bugs_ quoted? Patch by Colin Ogilvie r=wurblzap, a=justdave --- diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 4945c72311..b71ffc18a5 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -133,7 +133,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 96dca3d58f..0abb68ece9 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 %]