From: wurblzap%gmail.com <> Date: Wed, 29 Aug 2007 12:10:33 +0000 (+0000) Subject: Bug 356807 – CSV export expose text/plain as MIME content type. X-Git-Tag: bugzilla-3.0.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902cfc81e6d4f11140b336837c3bb6a68d462d13;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 761aad1bec..d1b8affe6e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -208,7 +208,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" , };