Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3de1465

Browse files
committed
Fixed Twig CS in quick_tour/the_big_picture
1 parent 943d5df commit 3de1465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The controller renders the
311311
``src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig`` template (or
312312
``AcmeDemoBundle:Demo:hello.html.twig`` if you use the logical name):
313313

314-
.. code-block:: jinja
314+
.. code-block:: html+jinja
315315

316316
{# src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig #}
317317
{% extends "AcmeDemoBundle::layout.html.twig" %}

0 commit comments

Comments
 (0)