Skip to content

Commit 28d79d6

Browse files
Nyholmjaviereguiluz
authored andcommitted
[minor] Use correct code block
1 parent cb3489a commit 28d79d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ when rendering the field:
6464

6565
{{ form_widget(form.publishAt, { 'separator': '=====' }) }}
6666

67-
.. code-block:: php
67+
.. code-block:: html+php
6868

6969
<?= $view['form']->widget($form['publishAt'], [
7070
'separator' => '=====',

0 commit comments

Comments
 (0)