1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[api]fix a bug for svg mime type

This commit is contained in:
poetwang
2012-09-15 13:32:18 +08:00
parent 874d375de5
commit fc65a6481e

View File

@@ -317,7 +317,7 @@ MIME_MAP = {
'sv4cpio': 'application/x-sv4cpio',
'sv4crc': 'application/x-sv4crc',
'svf': 'image/vnd',
'svg': 'image/svg-xml',
'svg': 'image/svg+xml',
'svh': 'image/svh',
'svr': 'x-world/x-svr',
'swf': 'application/x-shockwave-flash',