#FEATURE
authorClaus Gittinger <cg@exept.de>
Thu, 12 Nov 2015 20:47:19 +0100
changeset 3517 e65c4b28543e
parent 3515 6997e791c077
child 3518 29fed85b3596
child 3519 46d23afbb2a6
#FEATURE class: MIMETypes changed: #textTypeList added 'xsd' suffix to xml-type list
MIMETypes.st
--- a/MIMETypes.st	Thu Oct 29 09:43:11 2015 +0100
+++ b/MIMETypes.st	Thu Nov 12 20:47:19 2015 +0100
@@ -735,6 +735,7 @@
         ('html' 'htm' 'shtml')  'text/html'
         ('txt' 'text')          'text/plain'
         'xml'                   'text/xml'
+        'xsd'                   'text/xml'
         'css'                   'text/css'
         'csv'                   'text/csv'
     )