Skip to content

Commit 1aee6d7

Browse files
committed
Use correct code-block
1 parent 6dce8f1 commit 1aee6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ Generating URLs in Templates
19101910
The Twig template language used in :doc:`Symfony templates </templating>`
19111911
provides some functions to generate both relative and absolute URLs:
19121912

1913-
.. code-block:: twig
1913+
.. code-block:: html+twig
19141914

19151915
{# generates relative URLs #}
19161916
<a href="{{ path('sign_up') }}">Sign up</a>

0 commit comments

Comments
 (0)