Skip to content

Commit 4e24442

Browse files
committed
minor symfony#11073 use correct code-block (OskarStark)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#11073). Discussion ---------- use correct code-block <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7ff8c9b use correct code-block
2 parents de7e044 + 7ff8c9b commit 4e24442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ of domain logic in your templates:
413413

414414
The following example shows these functions in action:
415415

416-
.. code-block:: twig
416+
.. code-block:: html+twig
417417

418418
<h3>Actions</h3>
419419
{% if workflow_can(post, 'publish') %}

0 commit comments

Comments
 (0)