diff options
author | Avner Cohen <israbirding@gmail.com> | 2013-08-06 22:16:03 +0300 |
---|---|---|
committer | Avner Cohen <israbirding@gmail.com> | 2013-08-06 22:16:03 +0300 |
commit | 86f2061cd53057012109f072976ceb1773fcd194 (patch) | |
tree | aa8f52828480fd86931296faf83b80d2730e8936 /activesupport/lib | |
parent | 157dc275da0ad38635337b7c1d96de656d91de8e (diff) | |
download | rails-86f2061cd53057012109f072976ceb1773fcd194.tar.gz rails-86f2061cd53057012109f072976ceb1773fcd194.tar.bz2 rails-86f2061cd53057012109f072976ceb1773fcd194.zip |
Revert "Removing obsolete html tags in favor of markdown code block"
This reverts commit 157dc275da0ad38635337b7c1d96de656d91de8e.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/xml_mini.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb index 4133ba68e1..d082a0a499 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 `original_filename` and `content_type` methods. + # the <tt>original_filename</tt> and <tt>content_type</tt> methods. module FileLike #:nodoc: attr_writer :original_filename, :content_type |