File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
reference/forms/types/options Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pattern
6
6
This adds an HTML5 ``pattern`` attribute to restrict the field input by a
7
7
given regular expression.
8
8
B39E
9
- .. caution :
9
+ .. caution::
10
10
11
11
The ``pattern`` attribute provides client- side validation for convenience
12
12
purposes only and must not be used as a replacement for reliable
13
13
server- side validation.
14
14
15
- .. note :
15
+ .. note::
16
16
17
17
When using validation constraints, this option is set automatically
18
18
for some constraints to match the server- side validation.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ This is the validation error message that's used if submitted POST form data
7
7
exceeds ``php.ini``'s ``post_max_size`` directive. The ``{{ max }}``
8
8
placeholder can be used to display the allowed size.
9
9
10
- .. note:
10
+ .. note::
11
11
12
12
Validating the ``post_max_size`` only happens on the root form.
You can’t perform that action at this time.
0 commit comments