Commit e4bdfbbf authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME…

Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave.
parent 50b322f7
......@@ -101,7 +101,7 @@ use constant contenttypes =>
"rdf" => "application/xml" ,
"xml" => "text/xml" ,
"js" => "application/x-javascript" ,
"csv" => "text/plain" ,
"csv" => "text/csv" ,
"png" => "image/png" ,
};
......
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