diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 11:42:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 11:42:59 +0000 |
commit | d09f7d73b33fc29f668557b86673ce8c626476f9 (patch) | |
tree | 8e1653390317c4dfce3cb0f889875b9160ed590f /lib | |
parent | c61424e57a0f41943aeda7b22ed2b206d138427e (diff) | |
download | redmine-d09f7d73b33fc29f668557b86673ce8c626476f9.tar.gz redmine-d09f7d73b33fc29f668557b86673ce8c626476f9.zip |
Added jsp mime type.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81
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', |