From 6410d2122069a7eced244daacc7fbd033a3c34f9 Mon Sep 17 00:00:00 2001 From: Anderson Dias Date: Wed, 28 Mar 2012 15:35:32 -0300 Subject: Fix quotes at select_tag examples --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index 41d895c15e..44d8b48531 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -95,7 +95,7 @@ module ActionView # # => # - # select_tag "locations", "".html_safe + # select_tag "locations", "".html_safe # # => # -- cgit v1.2.3