We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a2484 commit 9f23a81Copy full SHA for 9f23a81
reference/forms/types/options/help_html.rst.inc
@@ -3,5 +3,6 @@ help_html
3
4
**type**: ``bool`` **default**: ``false``
5
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.
+By default, the contents of the ``help`` option are escaped before rendering
+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