Commit d09f7d73 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Added jsp mime type.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c61424e5
......@@ -22,6 +22,7 @@ module Redmine
'text/plain' => 'txt,tpl,properties,patch,diff,ini,readme,install,upgrade',
'text/css' => 'css',
'text/html' => 'html,htm,xhtml',
'text/jsp' => 'jsp',
'text/x-c' => 'c,cpp,h',
'text/x-java' => 'java',
'text/x-javascript' => 'js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment