diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/mime_type.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/mime_type.rb b/lib/redmine/mime_type.rb index e0bc3991d..57bdbcfe1 100644 --- a/lib/redmine/mime_type.rb +++ b/lib/redmine/mime_type.rb @@ -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', |