Skip to content

Commit

Permalink
minor #4038 Update rendered tag (kirill-oficerov)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4038).

Discussion
----------

Update rendered tag

Actually Rendered as ``button`` ``submit`` tag (not ``input`` ``submit``)

Commits
-------

1d50ce5 removed one space
067a447 Update submit.rst
  • Loading branch information
weaverryan committed Jul 29, 2014
2 parents f6123f1 + 882b02c commit 9520d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/types/submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ submit Field Type
A submit button.

+----------------------+----------------------------------------------------------------------+
| Rendered as | ``input`` ``submit`` tag |
| Rendered as | ``button`` ``submit`` tag |
+----------------------+----------------------------------------------------------------------+
| Inherited | - `attr`_ |
| options | - `disabled`_ |
Expand Down

0 comments on commit 9520d92

Please sign in to comment.