From 43d0200d94b7d66cee9ef3d20c376e03f30b1b60 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 19 May 2008 19:28:33 +0200 Subject: gsub("xml", "XML") --- actionpack/lib/action_controller/mime_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/mime_type.rb b/actionpack/lib/action_controller/mime_type.rb index f43e2ba06d..1d6c8e704b 100644 --- a/actionpack/lib/action_controller/mime_type.rb +++ b/actionpack/lib/action_controller/mime_type.rb @@ -104,7 +104,7 @@ module Mime list[text_xml].name = Mime::XML.to_s end - # Look for more specific xml-based types and sort them ahead of app/xml + # Look for more specific XML-based types and sort them ahead of app/xml if app_xml idx = app_xml -- cgit v1.2.3