comment
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2004 17:49:05 +0100
changeset 1925 9f5e4568529f
parent 1924 3c4b1baaf4a0
child 1926 c86abe5966bd
comment
MIMETypes.st
--- a/MIMETypes.st	Tue Feb 24 14:27:21 2004 +0100
+++ b/MIMETypes.st	Tue Feb 24 17:49:05 2004 +0100
@@ -752,6 +752,7 @@
      MIMETypes commentStringsForFilename:'Makefile'.
      MIMETypes commentStringsForFilename:'Object.st'. 
      MIMETypes commentStringsForFilename:'Foo.java'. 
+     MIMETypes commentStringsForFilename:'Foo.html'. 
     "
 !
 
@@ -916,7 +917,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.71 2004-01-20 14:07:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.72 2004-02-24 16:49:05 cg Exp $'
 ! !
 
 MIMETypes initialize!