Skip to content

Commit 4a9f8ae

Browse files
committed
docs: remove text decoration
1 parent 15b3ff3 commit 4a9f8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/helpers/form_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ forms.
1212
Configuration
1313
=============
1414

15-
Since ``v4.3.0``, void HTML elements (e.g. ``<input>``) in ``form_helper`` functions have been changed to be HTML5-compatible by default and if you need to be compatible with XHTML, you must set the ``$html5`` property in **app/Config/DocTypes.php** to ``false``.
15+
Since v4.3.0, void HTML elements (e.g. ``<input>``) in ``form_helper`` functions have been changed to be HTML5-compatible by default and if you need to be compatible with XHTML, you must set the ``$html5`` property in **app/Config/DocTypes.php** to ``false``.
1616

1717
Loading this Helper
1818
===================

0 commit comments

Comments
 (0)