]> source.dussan.org Git - redmine.git/commitdiff
Added jsp mime type.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Mar 2008 11:42:59 +0000 (11:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 5 Mar 2008 11:42:59 +0000 (11:42 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/mime_type.rb

index e0bc3991d32e9dcf1470f47448bd55ce2e7f9c1a..57bdbcfe1c95c4eb435c084b8c527e933d7bd09a 100644 (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',