Skip to content

Commit 9f23a81

Browse files
committed
Minor reword
1 parent 55a2484 commit 9f23a81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/forms/types/options/help_html.rst.inc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ help_html
33

44
**type**: ``bool`` **default**: ``false``
55

6-
Define if the help content will be escaped when rendered or not. Default is `false`,
7-
the HTML content is escaped. Set it to true if you want to use HTML help message.
6+
By default, the contents of the ``help`` option are escaped before rendering
7+
them in the template. Set this option to ``true`` to not escape them, which is
8+
useful when the help contains HTML elements.

0 commit comments

Comments
 (0)