Skip to content

Commit 807971d

Browse files
committed
Merge pull request #2911 from xabbuh/fix-markup-name
change non-existent markup type php+html to html+php
2 parents 945a52f + 7c0237b commit 807971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating/helpers/assetshelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you want to set another default package, you can use
9191
You can specify which package you want to use in the second argument of
9292
:method:`Symfony\\Component\\Templating\\Helper\\AssetsHelper::getUrl`:
9393

94-
.. code-block:: php+html
94+
.. code-block:: html+php
9595

9696
<img src="<?php echo $view['assets']->getUrl('foo.png', 'images') ?>">
9797
<!-- renders as:

0 commit comments

Comments
 (0)