Add .htm to the mimetype fixer dict.

This commit is contained in:
Ethan Dalool 2019-08-06 23:36:13 -07:00
parent 54ae615730
commit 5ba482753c

View file

@ -28,6 +28,7 @@ HTML_LINK_PROPERTIES = {
EXTENSION_MIMETYPES = {
'html': 'application/xhtml+xml',
'xhtml': 'application/xhtml+xml',
'htm': 'application/xhtml+xml',
'smi': 'application/smil+xml',
'smil': 'application/smil+xml',
'sml': 'application/smil+xml',