Added jsp mime type.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c61424e57a
commit
d09f7d73b3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue