From: justdave%syndicomm.com <> Date: Tue, 20 Jan 2004 06:44:54 +0000 (+0000) Subject: Backing out bug 230293, we decided this was the wrong approach. X-Git-Tag: bugzilla-2.17.7~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e558fbfe48198f1109440f8974927e4b93e851;p=thirdparty%2Fbugzilla.git Backing out bug 230293, we decided this was the wrong approach. a= justdave --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e65bde0d7f..a1bf74ba07 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/csv" , + "csv" => "text/plain" , "png" => "image/png" , };