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