فهرست منبع

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 سال پیش
والد
کامیت
fa4b715ef7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      SUBMITTING

+ 2 - 2
SUBMITTING

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