Project

General

Profile

Actions

Feature #11595

closed

Missing mime type for svg files

Added by Ricardo Amézquita over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Category:
SCM
Target version:
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

Actions #1

Updated by Jean-Philippe Lang over 11 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

Also available in: Atom PDF