aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-26 17:21:37 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-27 16:08:17 +0900
commit2e47c97a2e52181c4c303f9becbd64858008f4f5 (patch)
tree6368985ea045fb7a31eed710375ad4aa48da82df /actionview/lib/action_view/helpers/form_tag_helper.rb
parent46c2e93051ab33157c584292a2743f9482e99582 (diff)
downloadrails-2e47c97a2e52181c4c303f9becbd64858008f4f5.tar.gz
rails-2e47c97a2e52181c4c303f9becbd64858008f4f5.tar.bz2
rails-2e47c97a2e52181c4c303f9becbd64858008f4f5.zip
Use tt in doc for ActionView [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb
index db125cd1c6..31a1f8be8c 100644
--- a/actionview/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/form_tag_helper.rb
@@ -456,7 +456,7 @@ module ActionView
# submit tag but it isn't supported in legacy browsers. However,
# the button tag does allow for richer labels such as images and emphasis,
# so this helper will also accept a block. By default, it will create
- # a button tag with type `submit`, if type is not given.
+ # a button tag with type <tt>submit</tt>, if type is not given.
#
# ==== Options
# * <tt>:data</tt> - This option can be used to add custom data attributes.