aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ext/mime_types.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua
index 912faf00..2b05bb62 100644
--- a/core/ext/mime_types.lua
+++ b/core/ext/mime_types.lua
@@ -39,7 +39,7 @@ local extensions = {
php = l.php,
py = l.python, pyw = l.python,
rhtml = l.rhtml,
- rb = l.rb, rbw = l.rb,
+ rb = l.ruby, rbw = l.ruby,
xml = l.xml, xsl = l.xml, xslt = l.xml
}