#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Mon, 21 Dec 2015 14:06:35 +0100
changeset 3532 001b42c176a5
parent 3530 fe9b394eb105
child 3533 250bab773934
#DOCUMENTATION class: MIMETypes comment/format in: #mimeTypeFromString:
MIMETypes.st
--- 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' 
     "
 !