Skip to content

Commit b86e003

Browse files
committed
Tweak
1 parent b748085 commit b86e003

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

reference/forms/types/money.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ html5
100100

101101
This option was introduced in Symfony 5.2.
102102

103-
If set to true, the HTML input will be rendered as a native HTML5 type="number" form.
103+
If set to ``true``, the HTML input will be rendered as a native HTML5
104+
``<input type="number">`` element.
104105

105106
.. caution::
106107

reference/forms/types/percent.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ html5
6767

6868
This option was introduced in Symfony 5.2.
6969

70-
If set to true, the HTML input will be rendered as a native HTML5 type="number" form.
70+
If set to ``true``, the HTML input will be rendered as a native HTML5
71+
``<input type="number">`` element.
7172

7273
scale
7374
~~~~~

0 commit comments

Comments
 (0)