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.

This commit is contained in:
jocuri%softhome.net 2004-01-10 23:00:25 +00:00
Родитель ed44a1233c
Коммит dcdaa56ec5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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" ,
};