]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313452: why isn't _Number of bugs_ quoted?
authorwurblzap%gmail.com <>
Thu, 17 Nov 2005 17:16:15 +0000 (17:16 +0000)
committerwurblzap%gmail.com <>
Thu, 17 Nov 2005 17:16:15 +0000 (17:16 +0000)
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>
r=wurblzap, a=justdave

template/en/default/filterexceptions.pl
template/en/default/reports/report-table.csv.tmpl

index 4945c723110bb3770d5161035c829cc1814003cd..b71ffc18a5de86fc51068bb959a245d21b567db2 100644 (file)
 ],
 
 'reports/report-table.csv.tmpl' => [
-  'num_bugs',
   'data.$tbl.$col.$row',
   'colsepchar',
 ],
index 96dca3d58f2c8b8f25a43c570fafc5110d07fd09..0abb68ece919a92b23dcc8c4f82cb22b0cdca497 100644 (file)
@@ -50,7 +50,7 @@
     [% END %]
   [% END -%]
 [% ELSE -%]
-  [% colsepchar %][% num_bugs %]
+  [% colsepchar %][% num_bugs FILTER csv %]
 [% END %]
 
 [% FOREACH row = row_names %]