diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index c1b1261ada..80a00b2a10 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -65,7 +65,7 @@ module ActionView # a person. If @person is an existing record with name "John Smith" and ID 256, # the code above as is would yield instead: # - #
+ # #
# #