Skip to content

Commit 278f75e

Browse files
committed
docs: fix section level
1 parent 3f5d81c commit 278f75e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

user_guide_src/source/helpers/form_helper.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,23 @@ forms.
99
:local:
1010
:depth: 2
1111

12+
*************
1213
Configuration
13-
=============
14+
*************
1415

1516
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``.
1617

18+
*******************
1719
Loading this Helper
18-
===================
20+
*******************
1921

2022
This helper is loaded using the following code:
2123

2224
.. literalinclude:: form_helper/001.php
2325

24-
Escaping field values
25-
=====================
26+
*********************
27+
Escaping Field Values
28+
*********************
2629

2730
You may need to use HTML and characters such as quotes within your form
2831
elements. In order to do that safely, you'll need to use
@@ -45,8 +48,9 @@ characters so that it can be used safely::
4548
to call this function. Use it only if you are creating your own
4649
form elements, which you would pass as strings.
4750

51+
*******************
4852
Available Functions
49-
===================
53+
*******************
5054

5155
The following functions are available:
5256

0 commit comments

Comments
 (0)