]> 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:10:33 +0000 (12:10 +0000)
committerwurblzap%gmail.com <>
Wed, 29 Aug 2007 12:10:33 +0000 (12:10 +0000)
Patch by David Geldreich <david.geldreich@free.fr>;
r=LpSolit, vladd; a=mkanat

Bugzilla/Constants.pm

index 761aad1becc87e8d406723a587577e5c99f79d32..d1b8affe6e582e9e9354030f8b94462620c39a8e 100644 (file)
@@ -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" ,
   };