From f99e9f627b6e4ab7fe72bc759426312ec0c7a2cd Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Tue, 14 Apr 2009 08:35:03 +0000 Subject: Examples should be preceded with four equal signs. --- actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 # legend will become the fieldset's title (optional as per W3C). # options accept the same values as tag. # - # === Examples + # ==== Examples # <% field_set_tag do %> #

<%= text_field_tag 'name' %>

# <% end %> -- cgit v1.2.3