diff options
author | Xavier Noria <fxn@hashref.com> | 2009-01-17 03:22:19 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-01-17 03:22:19 +0100 |
commit | 20e57c0276e7d220d61de0fa1a5f7d37131c5aab (patch) | |
tree | b84ddf3bcee58db08c3495340b1cc037371060a8 /actionpack/lib | |
parent | deeec990ce1b42ab719dd19cd6ffb9ae189a713b (diff) | |
download | rails-20e57c0276e7d220d61de0fa1a5f7d37131c5aab.tar.gz rails-20e57c0276e7d220d61de0fa1a5f7d37131c5aab.tar.bz2 rails-20e57c0276e7d220d61de0fa1a5f7d37131c5aab.zip |
removed colons from an Options header
Diffstat (limited to 'actionpack/lib')
-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 b79fb454d0..c6561f43a0 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -123,7 +123,7 @@ module ActionView # <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+. # - # ==== Options: + # ==== Options # * <tt>:rel</tt> - Specify the relation of this link, defaults to "alternate" # * <tt>:type</tt> - Override the auto-generated mime type # * <tt>:title</tt> - Specify the title of the link, defaults to the +type+ |