Commit 5d797b94 authored by Nicolas Delaby's avatar Nicolas Delaby

Declare application/x-csv as alias for CSV content_type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38315 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1768d91
......@@ -3703,6 +3703,12 @@
<persistent> <string encoding="base64">AAAAAAAAAYQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>x-csv</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAEQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>x-cue</string> </key>
<value>
......@@ -9099,6 +9105,7 @@
<string>text/x-comma-separated-values</string>
<string>text/csv</string>
<string>text/x-csv</string>
<string>application/x-csv</string>
</list>
</value>
</item>
......@@ -21692,7 +21699,7 @@
</object>
<persistent> <string encoding="base64">AAAAAAAAAEM=</string> </persistent>
</tuple>
<unicode>*.csv</unicode>
<string>*.csv</string>
<tuple>
<object>
<klass> <reference id="335.1"/> </klass>
1706
\ No newline at end of file
1709
\ No newline at end of file
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