Skip to content

Commit adc646e

Browse files
committed
minor #12167 Use correct code-block (OskarStark)
This PR was merged into the 4.3 branch. 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 ------- 1aee6d7 Use correct code-block
2 parents ce42536 + 1aee6d7 commit adc646e

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)