From: jocuri%softhome.net <> Date: Sun, 11 Jan 2004 07:00:25 +0000 (+0000) Subject: Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type... X-Git-Tag: bugzilla-2.17.7~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bdfbbf265b93bbb9efa5d987ddb1d9167df28d;p=thirdparty%2Fbugzilla.git Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee ; r=gerv; a=justdave. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a1bf74ba07..e65bde0d7f 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" , };