From 5f9f484fadbdc28be6b0c6b9ab0b67b6fd4d0e9c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 20 Jul 2005 09:14:24 +0000 Subject: Bug 257767: Option to have fields in CSV files separated by semicolons instead of commas - Patch by Marc Schumann r=LpSolit a=myk --- template/en/default/filterexceptions.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/filterexceptions.pl') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index eb6d32aef..cf98ea8e2 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -135,7 +135,7 @@ 'reports/report-table.csv.tmpl' => [ 'num_bugs', 'data.$tbl.$col.$row', - 'title', + 'colsepchar', ], 'reports/report-table.html.tmpl' => [ @@ -190,6 +190,7 @@ 'reports/chart.csv.tmpl' => [ 'data.$j.$i', + 'colsepchar', ], 'reports/create-chart.html.tmpl' => [ @@ -231,6 +232,7 @@ 'list/list.csv.tmpl' => [ 'bug.bug_id', + 'colsepchar', ], 'list/list.js.tmpl' => [ -- cgit v1.2.3-24-g4f1b