aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorlifo <lifo@null.lan>2009-04-17 14:28:46 +0100
committerlifo <lifo@null.lan>2009-04-17 14:28:46 +0100
commit5b92dcb6757e90da316bd0c7a8472b9fa737f268 (patch)
tree6893d7cff5e18862f2c419588656600a4dec1090 /actionpack/lib/action_view/helpers/form_tag_helper.rb
parentabb899c54e8777428b7a607774370ba29a5573bd (diff)
downloadrails-5b92dcb6757e90da316bd0c7a8472b9fa737f268.tar.gz
rails-5b92dcb6757e90da316bd0c7a8472b9fa737f268.tar.bz2
rails-5b92dcb6757e90da316bd0c7a8472b9fa737f268.zip
Merge docrails
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb
index 6d39a53adc..daf38fe3da 100644
--- a/actionpack/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb
@@ -406,7 +406,7 @@ module ActionView
# <tt>legend</tt> will become the fieldset's title (optional as per W3C).
# <tt>options</tt> accept the same values as tag.
#
- # === Examples
+ # ==== Examples
# <% field_set_tag do %>
# <p><%= text_field_tag 'name' %></p>
# <% end %>