From 157dc275da0ad38635337b7c1d96de656d91de8e Mon Sep 17 00:00:00 2001
From: Avner Cohen <israbirding@gmail.com>
Date: Tue, 6 Aug 2013 20:43:02 +0300
Subject: Removing obsolete html tags in favor of markdown code block.

---
 activesupport/lib/active_support/xml_mini.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb
index d082a0a499..4133ba68e1 100644
--- a/activesupport/lib/active_support/xml_mini.rb
+++ b/activesupport/lib/active_support/xml_mini.rb
@@ -13,7 +13,7 @@ module ActiveSupport
     extend self
 
     # This module decorates files deserialized using Hash.from_xml with
-    # the <tt>original_filename</tt> and <tt>content_type</tt> methods.
+    # the `original_filename` and `content_type` methods.
     module FileLike #:nodoc:
       attr_writer :original_filename, :content_type
 
-- 
cgit v1.2.3