You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/06/30 05:56:11 UTC

svn commit: r789548 - /ofbiz/trunk/applications/content/data/MimeTypeData.xml

Author: hansbak
Date: Tue Jun 30 03:56:10 2009
New Revision: 789548

URL: http://svn.apache.org/viewvc?rev=789548&view=rev
Log:
add htm extension

Modified:
    ofbiz/trunk/applications/content/data/MimeTypeData.xml

Modified: ofbiz/trunk/applications/content/data/MimeTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/MimeTypeData.xml?rev=789548&r1=789547&r2=789548&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/data/MimeTypeData.xml (original)
+++ ofbiz/trunk/applications/content/data/MimeTypeData.xml Tue Jun 30 03:56:10 2009
@@ -132,6 +132,7 @@
     <FileExtension fileExtensionId="rtf" mimeTypeId="text/rtf"/>
     <FileExtension fileExtensionId="swf" mimeTypeId="application/x-shockwave-flash"/>
     <FileExtension fileExtensionId="txt" mimeTypeId="text/plain"/>
+    <FileExtension fileExtensionId="htm" mimeTypeId="text/html"/>
     <FileExtension fileExtensionId="html" mimeTypeId="text/html"/>
     <FileExtension fileExtensionId="xml" mimeTypeId="text/xml"/>
     <FileExtension fileExtensionId="vrml" mimeTypeId="model/vrml"/>