Map .shtml to text/html.

This commit is contained in:
Guido van Rossum 1997-10-07 14:56:42 +00:00
parent 57d4c5510d
commit f326134e5c
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ def read_mime_types(file):
'.hdf': 'application/x-hdf',
'.htm': 'text/html',
'.html': 'text/html',
'.shtml': 'text/html',
'.ief': 'image/ief',
'.jpe': 'image/jpeg',
'.jpeg': 'image/jpeg',