Added jsp mime type.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-03-05 11:42:59 +00:00
parent c61424e57a
commit d09f7d73b3
1 changed files with 1 additions and 0 deletions

View File

@ -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',