Actions
Feature #11595
closedMissing mime type for svg files
Start date:
Due date:
% Done:
0%
Estimated time:
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
Updated by Jean-Philippe Lang over 12 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.
Actions