Skip to content

Commit c5262ec

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Use correct code-block
2 parents 039735f + 9cc234c commit c5262ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ choice is selected or not. If you need to get the full list of choices data and
320320
values, use the ``choices`` variable from the parent form of the choice entry
321321
(which is the ``ChoiceType`` itself) with ``form.parent.vars.choices``::
322322

323-
.. code-block:: html+twig
323+
.. code-block:: twig
324324
325325
{# `true` or `false`, whether the current choice is selected as radio or checkbox #}
326326
{{ form.vars.data }}

0 commit comments

Comments
 (0)