Add .htm to the mimetype fixer dict.
This commit is contained in:
parent
54ae615730
commit
5ba482753c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ HTML_LINK_PROPERTIES = {
|
||||||
EXTENSION_MIMETYPES = {
|
EXTENSION_MIMETYPES = {
|
||||||
'html': 'application/xhtml+xml',
|
'html': 'application/xhtml+xml',
|
||||||
'xhtml': 'application/xhtml+xml',
|
'xhtml': 'application/xhtml+xml',
|
||||||
|
'htm': 'application/xhtml+xml',
|
||||||
'smi': 'application/smil+xml',
|
'smi': 'application/smil+xml',
|
||||||
'smil': 'application/smil+xml',
|
'smil': 'application/smil+xml',
|
||||||
'sml': 'application/smil+xml',
|
'sml': 'application/smil+xml',
|
||||||
|
|
Loading…
Reference in a new issue