From 308809408476cd9981cc8e8be503c0b5145b9736 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 17 Jun 2008 22:00:55 +0200 Subject: tweaked a header --- actionpack/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 6348ff5f49..af43397cb7 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -451,7 +451,7 @@ module ActionView # hash with +options+. The +checked_value+ defaults to 1 while the default +unchecked_value+ # is set to 0 which is convenient for boolean values. # - # === Gotcha + # ==== Gotcha # # The HTML specification says unchecked check boxes are not successful, and # thus web browsers do not send them. Unfortunately this introduces a gotcha: -- cgit v1.2.3