From ba84025eb47c8a45846f410bed794414f68edbad Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 27 Apr 2009 19:03:20 +0200 Subject: fixes an example from the previous commit --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index 46b0fd2454..bfda866a55 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -465,8 +465,8 @@ module ActionView # Icon # image_tag("icon.png") # => # Icon - # image_tag("icon.png?1239667843", :size => "16x10", :alt => "Edit Entry") # => - # Edit Entry + # image_tag("icon.png", :size => "16x10", :alt => "Edit Entry") # => + # Edit Entry # image_tag("/icons/icon.gif", :size => "16x16") # => # Icon # image_tag("/icons/icon.gif", :height => '32', :width => '32') # => -- cgit v1.2.3