summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-06 21:18:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-08-06 21:18:24 +0000
commit0a5828ee4ada0e7a3df1da73715a435b8ff31c04 (patch)
treed5bba02ea9450c1c01c87e7dd9be31c14d00b566 /lib
parent1949f61d0c37ddb4c8282abc291a18cf2444293b (diff)
downloadredmine-0a5828ee4ada0e7a3df1da73715a435b8ff31c04.tar.gz
redmine-0a5828ee4ada0e7a3df1da73715a435b8ff31c04.zip
Added SVG mime-type (#11595).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10158 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/mime_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/mime_type.rb b/lib/redmine/mime_type.rb
index eb256ddfa..730a2f0e9 100644
--- a/lib/redmine/mime_type.rb
+++ b/lib/redmine/mime_type.rb
@@ -44,6 +44,7 @@ module Redmine
'image/tiff' => 'tiff,tif',
'image/x-ms-bmp' => 'bmp',
'image/x-xpixmap' => 'xpm',
+ 'image/svg+xml'=> 'svg',
'application/pdf' => 'pdf',
'application/rtf' => 'rtf',
'application/msword' => 'doc',