Adds .erb mime type.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2695 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
32c09fd5cf
commit
24875be705
|
@ -31,7 +31,7 @@ module Redmine
|
|||
'text/x-perl' => 'pl,pm',
|
||||
'text/x-php' => 'php,php3,php4,php5',
|
||||
'text/x-python' => 'py',
|
||||
'text/x-ruby' => 'rb,rbw,ruby,rake',
|
||||
'text/x-ruby' => 'rb,rbw,ruby,rake,erb',
|
||||
'text/x-csh' => 'csh',
|
||||
'text/x-sh' => 'sh',
|
||||
'text/xml' => 'xml,xsd,mxml',
|
||||
|
|
Loading…
Reference in New Issue