Browse Source

don't use mime-type application prefix for text files

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32611 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
fa4b715ef7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SUBMITTING

+ 2 - 2
SUBMITTING

@@ -410,7 +410,7 @@ following rules:
     List of mime-type:
     List of mime-type:
       C++ files (.cpp): text/x-c++src
       C++ files (.cpp): text/x-c++src
       C files (.c): text/x-csrc
       C files (.c): text/x-csrc
-      DTD files (.dtd): application/xml-dtd
+      DTD files (.dtd): text/xml-dtd
       GIF files (.gif): image/gif
       GIF files (.gif): image/gif
       Header files (.h): text/x-chdr
       Header files (.h): text/x-chdr
       HTML files (.html): text/html
       HTML files (.html): text/html
@@ -419,7 +419,7 @@ following rules:
       PNG files (.png): image/png
       PNG files (.png): image/png
       Python files (.py): text/x-python
       Python files (.py): text/x-python
       Text files (.txt): text/plain
       Text files (.txt): text/plain
-      XML files (.xml): application/xml
+      XML files (.xml): text/xml
       
       
       (please update the list...)
       (please update the list...)