From: wurblzap%gmail.com <> Date: Wed, 29 Aug 2007 12:09:26 +0000 (+0000) Subject: Bug 356807 – CSV export expose text/plain as MIME content type. X-Git-Tag: bugzilla-3.1.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1307c96e9e04e46a43fe1f5c7bac06e9d347ff08;p=thirdparty%2Fbugzilla.git Bug 356807 – CSV export expose text/plain as MIME content type. Patch by David Geldreich ; r=LpSolit, vladd; a=mkanat --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a05bbc24c4..a5fbba61db 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -221,7 +221,7 @@ use constant contenttypes => "atom"=> "application/atom+xml" , "xml" => "application/xml" , "js" => "application/x-javascript" , - "csv" => "text/plain" , + "csv" => "text/csv" , "png" => "image/png" , "ics" => "text/calendar" , };