##// END OF EJS Templates
Recognize svg mimetype
neko259 -
r1373:a110319d default
parent child Browse files
Show More
@@ -54,6 +54,7 b' MIMETYPE_EXTENSIONS = {'
54 'video/webm': 'webm',
54 'video/webm': 'webm',
55 'application/pdf': 'pdf',
55 'application/pdf': 'pdf',
56 'x-diff': 'diff',
56 'x-diff': 'diff',
57 'image/svg+xml': 'svg',
57 }
58 }
58
59
59
60
General Comments 0
You need to be logged in to leave comments. Login now