From e35e5ed2a4c87a10c70aa6b87a411182ce967c21 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 18 Jan 2009 14:40:40 +0100 Subject: quoted a couple of strings --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 bd37f6fa0e..f6abea38ed 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -63,8 +63,8 @@ module ActionView # stylesheet_link_tag("application") # # => # - # The example above generates http://assets1.example.com and - # http://assets2.example.com randomly. This option is useful for example if + # The example above generates "http://assets1.example.com" and + # "http://assets2.example.com" randomly. This option is useful for example if # you need fewer/more than four hosts, custom host names, etc. # # As you see the proc takes a +source+ parameter. That's a string with the -- cgit v1.2.3