Skip to content

Commit 14d0346

Browse files
committed
Fixed the Twig lexer name
1 parent 798b5b5 commit 14d0346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/frontend/assetic_php.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ original files are regular CSS files or SCSS files.
9393
Then, update the code of your Twig template to add the ``{% stylesheets %}`` tag
9494
defined by Assetic:
9595

96-
.. code-block:: jinja+html
96+
.. code-block:: html+jinja
9797

9898
<!DOCTYPE html>
9999
<html>
@@ -132,7 +132,7 @@ First, configure a new ``jsqueeze`` Assetic filter as follows:
132132
Then, update the code of your Twig template to add the ``{% javascripts %}`` tag
133133
defined by Assetic:
134134

135-
.. code-block:: jinja+html
135+
.. code-block:: html+jinja
136136

137137
<!-- ... -->
138138

0 commit comments

Comments
 (0)