From 96c29ab890edaa54840f2cb0c9760b82ef875958 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 2 Dec 2005 04:37:53 +0000 Subject: Fix docs for text_area_tag. Closes #3083. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index eb789cd457..f4f5382311 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 # Options: # * :size - A string specifying the dimensions of the textarea. # # Outputs - # <%= text_area_tag "body", nil, :size => 25x10 %> + # <%= text_area_tag "body", nil, :size => "25x10" %> def text_area_tag(name, content = nil, options = {}) options = options.stringify_keys if options["size"] -- cgit v1.2.3