From: wurblzap%gmail.com <> Date: Thu, 17 Nov 2005 17:16:01 +0000 (+0000) Subject: Bug 313452: why isn't _Number of bugs_ quoted? X-Git-Tag: bugzilla-2.22rc1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7a415f3e5095f4dabcdc587130fbec8c40874d;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 e93f0b5e41..c5334c3434 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 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 %]