Skip to content
Snippets Groups Projects
Commit 388b3117 authored by Cloud User's avatar Cloud User
Browse files

adding 'wrong' mimetype to force img loading of svg

parent 47c36eeb
No related branches found
No related tags found
1 merge request!1Resolve "Ta inn endringer fra skeivt arkiv lodspeakr"
...@@ -72,7 +72,7 @@ class StaticModule extends abstractModule{ ...@@ -72,7 +72,7 @@ class StaticModule extends abstractModule{
'pdf' => 'application/pdf', 'pdf' => 'application/pdf',
'zip' => 'application/zip', 'zip' => 'application/zip',
'gz' => 'application/gzip', 'gz' => 'application/gzip',
'svg' => 'application/svg+xml' 'svg' => 'image/svg+xml'
); );
//Add new/override existing mime types defined by user //Add new/override existing mime types defined by user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment