]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 356807 รข\80\93 CSV export expose text/plain as MIME content type.
authorwurblzap%gmail.com <>
Wed, 29 Aug 2007 12:09:26 +0000 (12:09 +0000)
committerwurblzap%gmail.com <>
Wed, 29 Aug 2007 12:09:26 +0000 (12:09 +0000)
Patch by David Geldreich <david.geldreich@free.fr>;
r=LpSolit, vladd; a=mkanat

Bugzilla/Constants.pm

index a05bbc24c431bb87e5c8f7bef3633198d1ed3f34..a5fbba61db430ac7254b5b613d6d1e372270e68e 100644 (file)
@@ -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" ,
   };