added shtml
authorClaus Gittinger <cg@exept.de>
Tue, 12 Mar 2002 15:13:56 +0100
changeset 1560 cd34f832b2b0
parent 1559 75127f6bf318
child 1561 942de18a3e3e
added shtml
MIMETypes.st
--- a/MIMETypes.st	Tue Feb 26 14:05:04 2002 +0100
+++ b/MIMETypes.st	Tue Mar 12 15:13:56 2002 +0100
@@ -117,6 +117,7 @@
         "/ misc text ...
 
         ('htm' 'html')          'text/html'
+        ('shtml')               'text/html'
         ('txt' 'text')          'text/plain'
 
         ('ps' 'eps')            'application/postscript'
@@ -573,6 +574,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.33 2001-08-03 14:52:26 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.34 2002-03-12 14:13:56 cg Exp $'
 ! !
 MIMETypes initialize!