Kaydet (Commit) f326134e authored tarafından Guido van Rossum's avatar Guido van Rossum

Map .shtml to text/html.

üst 57d4c551
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment