Feature #11595
Missing mime type for svg files
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | 2.1.0 | |||
Resolution: | Fixed |
Description
the file lib/redmine/mime_type.rb is missing a declaration for the mime type of svg images. This causes that when trying to open an svg present in a repository using firefox it will ask for a plugin.
To solve this I added:
'image/svg+xml'=> 'svg',
to the MIME hash
Associated revisions
Added SVG mime-type (#11595).
History
#1
Updated by Jean-Philippe Lang over 8 years ago
- Category set to SCM
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.1.0
- Resolution set to Fixed
Added in r10158.