Commit 37cadc25 authored by Jos Schellevis's avatar Jos Schellevis

added mimetype for svg images to portal page system, fixes #50

parent fbfbf54b
......@@ -1075,6 +1075,7 @@ mimetype.assign = (
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".svg" => "image/svg+xml",
".xbm" => "image/x-xbitmap",
".xpm" => "image/x-xpixmap",
".xwd" => "image/x-xwindowdump",
......
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