Skip to content

Commit 16458fc

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Use correct code-block
2 parents 18397ef + c5262ec commit 16458fc

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
@@ -333,7 +333,7 @@ choice is selected or not. If you need to get the full list of choices data and
333333
values, use the ``choices`` variable from the parent form of the choice entry
334334
(which is the ``ChoiceType`` itself) with ``form.parent.vars.choices``::
335335

336-
.. code-block:: html+twig
336+
.. code-block:: twig
337337
338338
{# `true` or `false`, whether the current choice is selected as radio or checkbox #}
339339
{{ form.vars.data }}

0 commit comments

Comments
 (0)