##// END OF EJS Templates
Adds .erb mime type....
Jean-Philippe Lang -
r2603:24875be705fd
parent child
Show More
@@ -31,7 +31,7 module Redmine
31 'text/x-perl' => 'pl,pm',
31 'text/x-perl' => 'pl,pm',
32 'text/x-php' => 'php,php3,php4,php5',
32 'text/x-php' => 'php,php3,php4,php5',
33 'text/x-python' => 'py',
33 'text/x-python' => 'py',
34 'text/x-ruby' => 'rb,rbw,ruby,rake',
34 'text/x-ruby' => 'rb,rbw,ruby,rake,erb',
35 'text/x-csh' => 'csh',
35 'text/x-csh' => 'csh',
36 'text/x-sh' => 'sh',
36 'text/x-sh' => 'sh',
37 'text/xml' => 'xml,xsd,mxml',
37 'text/xml' => 'xml,xsd,mxml',
General Comments 0
You need to be logged in to leave comments. Login now