зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
ed44a1233c
Коммит
dcdaa56ec5
|
@ -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" ,
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче