From a200ebd8818d045e035c6e025733f8868f5a0181 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Tue, 25 Sep 2012 23:20:57 +0600 Subject: update image_tag output in examples to actual [ci-skip] --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index db4da6f9c8..e0e6ab1c9a 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -369,13 +369,13 @@ module ActionView # value is not in the correct format. # # image_tag("icon") - # # => Icon + # # => Icon # image_tag("icon.png") - # # => Icon + # # => Icon # image_tag("icon.png", :size => "16x10", :alt => "Edit Entry") - # # => Edit Entry + # # => Edit Entry # image_tag("/icons/icon.gif", :size => "16x16") - # # => Icon + # # => Icon # image_tag("/icons/icon.gif", :height => '32', :width => '32') # # => Icon # image_tag("/icons/icon.gif", :class => "menu_icon") -- cgit v1.2.3