aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-06-17 22:00:55 +0200
committerXavier Noria <fxn@hashref.com>2008-06-17 22:00:55 +0200
commit308809408476cd9981cc8e8be503c0b5145b9736 (patch)
tree9460e6ad98d58f3c1871a7d6ea454b83572cbdaf
parentea40dc09a564ebc2b0034e3c1ae2c4daffe7e79b (diff)
downloadrails-308809408476cd9981cc8e8be503c0b5145b9736.tar.gz
rails-308809408476cd9981cc8e8be503c0b5145b9736.tar.bz2
rails-308809408476cd9981cc8e8be503c0b5145b9736.zip
tweaked a header
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
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: