From 7dbf051e5442713a34fe28d6480615eb6dbdc5c2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Sep 2005 08:11:53 +0000 Subject: Fix docs #2136 [coffee2code] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2165 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/form_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index d396650fd3..ed8e8d8d10 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -35,7 +35,7 @@ module ActionView # size="20" maxsize="20" value="<%= @person.password %>" /> # # Single?: - # + # # # Description: #