]> granicus.if.org Git - python/commitdiff
Map .shtml to text/html.
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:56:42 +0000 (14:56 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:56:42 +0000 (14:56 +0000)
Tools/webchecker/mimetypes.py

index fd0e1c52c9640ab355030d4053f618c269ec51db..0b1748ed31135d9ce03b119e76fc155354fb9549 100644 (file)
@@ -128,6 +128,7 @@ types_map = {
     '.hdf': 'application/x-hdf',
     '.htm': 'text/html',
     '.html': 'text/html',
+    '.shtml': 'text/html',
     '.ief': 'image/ief',
     '.jpe': 'image/jpeg',
     '.jpeg': 'image/jpeg',