From e4bdfbbf265b93bbb9efa5d987ddb1d9167df28d Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 11 Jan 2004 07:00:25 +0000 Subject: Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee ; r=gerv; a=justdave. --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a1bf74ba0..e65bde0d7 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -101,7 +101,7 @@ use constant contenttypes => "rdf" => "application/xml" , "xml" => "text/xml" , "js" => "application/x-javascript" , - "csv" => "text/plain" , + "csv" => "text/csv" , "png" => "image/png" , }; -- cgit v1.2.3-24-g4f1b