Skip to content

Commit f5c2b2e

Browse files
committed
minor #15248 [minor] Use correct code block (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [minor] Use correct code block We use `html+php` on all other places with short open syntax. Commits ------- 28d79d6 [minor] Use correct code block
2 parents cb3489a + 28d79d6 commit f5c2b2e

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)