Skip to content

Commit fbc97ea

Browse files
committed
minor #19157 Improving list formating (ThomasLandauer)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Improving list formating Page: https://symfony.com/doc/5.4/routing.html#generating-urls Commits ------- 19dcac3 Improving list formating
2 parents aea925f + 19dcac3 commit fbc97ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

routing.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,8 +2565,11 @@ It will help you understand and hopefully fixing unexpected behavior in your app
25652565
Generating URLs
25662566
---------------
25672567

2568-
Routing systems are bidirectional: 1) they associate URLs with controllers (as
2569-
explained in the previous sections); 2) they generate URLs for a given route.
2568+
Routing systems are bidirectional:
2569+
2570+
1. they associate URLs with controllers (as explained in the previous sections);
2571+
2. they generate URLs for a given route.
2572+
25702573
Generating URLs from routes allows you to not write the ``<a href="...">``
25712574
values manually in your HTML templates. Also, if the URL of some route changes,
25722575
you only have to update the route configuration and all links will be updated.

0 commit comments

Comments
 (0)