Commit 1307c96e authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 356807 – CSV export expose text/plain as MIME content type.

Patch by David Geldreich <david.geldreich@free.fr>; r=LpSolit, vladd; a=mkanat
parent 612e3419
......@@ -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" ,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment