From 1307c96e9e04e46a43fe1f5c7bac06e9d347ff08 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 29 Aug 2007 12:09:26 +0000 Subject: Bug 356807 – CSV export expose text/plain as MIME content type. Patch by David Geldreich ; r=LpSolit, vladd; a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index a05bbc24c..a5fbba61d 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" , }; -- cgit v1.2.3-24-g4f1b