diff options
author | Tom Stuart <tom@experthuman.com> | 2012-02-05 15:16:03 +0000 |
---|---|---|
committer | Tom Stuart <tom@experthuman.com> | 2012-02-05 15:16:03 +0000 |
commit | 7f8f05f6275bae436fa801d2988498940ad641a7 (patch) | |
tree | b2b651c6d30abfe81da0c812eb3fcddc25dc3d6c /actionpack/lib/action_view/helpers | |
parent | 71abd4fbdd98127dc2b4ca7c9508d38cc4caf888 (diff) | |
download | rails-7f8f05f6275bae436fa801d2988498940ad641a7.tar.gz rails-7f8f05f6275bae436fa801d2988498940ad641a7.tar.bz2 rails-7f8f05f6275bae436fa801d2988498940ad641a7.zip |
Stop referring to Atom as "ATOM"
$ curl -s http://www.ietf.org/rfc/rfc4287 | grep -io ATOM | sort | uniq -c
582 atom
175 Atom
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index 40a950c644..ab8a56e813 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -198,7 +198,7 @@ module ActionView include JavascriptTagHelpers include StylesheetTagHelpers # Returns a link tag that browsers and news readers can use to auto-detect - # an RSS or ATOM feed. The +type+ can either be <tt>:rss</tt> (default) or + # an RSS or Atom feed. The +type+ can either be <tt>:rss</tt> (default) or # <tt>:atom</tt>. Control the link options in url_for format using the # +url_options+. You can modify the LINK tag itself in +tag_options+. # |