Skip to content

Commit 889cfe5

Browse files
committed
Added the missing versionadded directive
1 parent e0d1516 commit 889cfe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

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

6+
.. versionadded:: 5.1
7+
8+
The ``label_html`` option was introduced in Symfony 5.1.
9+
610
By default, the contents of the ``label`` option are escaped before rendering
711
them in the template. Set this option to ``true`` to not escape them, which is
812
useful when the label contains HTML elements.

0 commit comments

Comments
 (0)