Skip to content

Commit 9a5fd75

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Improving list formating
2 parents 633b2e1 + fbc97ea commit 9a5fd75

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
@@ -2225,8 +2225,11 @@ It will help you understand and hopefully fixing unexpected behavior in your app
22252225
Generating URLs
22262226
---------------
22272227

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

0 commit comments

Comments
 (0)