MIMETypes.st
changeset 3532 001b42c176a5
parent 3517 e65c4b28543e
child 3585 11f3dcdc89fe
--- a/MIMETypes.st	Sat Dec 19 04:37:34 2015 +0000
+++ b/MIMETypes.st	Mon Dec 21 14:06:35 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -984,8 +982,9 @@
      ^ MIMEType fromString:mimeTypeString
 
     "
-     self mimeTypeFromString:'image/gif' 
-     self mimeTypeFromString:'application/x-expecco-testsuite' 
+     MIMETypes mimeTypeFromString:'text/html' 
+     MIMETypes mimeTypeFromString:'image/gif' 
+     MIMETypes mimeTypeFromString:'application/x-expecco-testsuite' 
     "
 !