diff options
author | Johan Andersson <johan.rejeep@gmail.com> | 2009-04-14 08:35:03 +0000 |
---|---|---|
committer | Johan Andersson <johan.rejeep@gmail.com> | 2009-04-14 08:35:03 +0000 |
commit | f99e9f627b6e4ab7fe72bc759426312ec0c7a2cd (patch) | |
tree | e326d29a9c124a2ab4d9ee8a8ba227c67b3b073f /actionpack | |
parent | 3d06eca01e862510eb05801a27ed8c6c439bf221 (diff) | |
download | rails-f99e9f627b6e4ab7fe72bc759426312ec0c7a2cd.tar.gz rails-f99e9f627b6e4ab7fe72bc759426312ec0c7a2cd.tar.bz2 rails-f99e9f627b6e4ab7fe72bc759426312ec0c7a2cd.zip |
Examples should be preceded with four equal signs.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_tag_helper.rb | 2 |
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 %> |