Skip to content

Commit 4bf8cc8

Browse files
committed
Add a versionadded note
1 parent 8036ff1 commit 4bf8cc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ escape_label
22
~~~~~~~~~~~~
33
**type**: ``Boolean`` **default**: ``true``
44

5+
.. versionadded:: 2.1
6+
The ``escape_label`` option is new in Symfony 2.1.
7+
58
If set to false, the label's content won't be escaped. This option is useful when wanting to use HTML tags inside a label.
69

710
.. code-block:: php

0 commit comments

Comments
 (0)