Commit 5e7a415f authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 313452: why isn't _Number of bugs_ quoted?

Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
parent bb88bbf8
...@@ -128,7 +128,6 @@ ...@@ -128,7 +128,6 @@
], ],
'reports/report-table.csv.tmpl' => [ 'reports/report-table.csv.tmpl' => [
'num_bugs',
'data.$tbl.$col.$row', 'data.$tbl.$col.$row',
'colsepchar', 'colsepchar',
], ],
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
[% END %] [% END %]
[% END -%] [% END -%]
[% ELSE -%] [% ELSE -%]
[% colsepchar %][% num_bugs %] [% colsepchar %][% num_bugs FILTER csv %]
[% END %] [% END %]
[% FOREACH row = row_names %] [% FOREACH row = row_names %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment