From 40b0cecea2f4d7ee2e6c1210e6b33d9cdb788ed9 Mon Sep 17 00:00:00 2001 From: Cesar Carruitero Date: Sun, 21 Oct 2012 14:17:40 -0500 Subject: fix error in AssertTagHelper documentation [ci skip] --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index d6a2f36c8e..31316fcdd9 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -40,7 +40,7 @@ module ActionView # # javascript_include_tag "common.javascript", "/elsewhere/cools" # # => - # # + # # # # javascript_include_tag "http://www.example.com/xmlhr" # # => @@ -82,7 +82,7 @@ module ActionView # # stylesheet_link_tag "random.styles", "/css/stylish" # # => - # # + # # # def stylesheet_link_tag(*sources) options = sources.extract_options!.stringify_keys @@ -186,11 +186,11 @@ module ActionView # image_tag("icon.png", :size => "16x10", :alt => "Edit Entry") # # => Edit Entry # image_tag("/icons/icon.gif", :size => "16") - # # => Icon + # # => Icon # image_tag("/icons/icon.gif", :height => '32', :width => '32') - # # => Icon + # # => Icon # image_tag("/icons/icon.gif", :class => "menu_icon") - # # => Icon + # # => Icon def image_tag(source, options={}) options = options.symbolize_keys -- cgit v1.2.3