Skip to content

Commit f00c851

Browse files
committed
Merge branch '5.0'
* 5.0: Routing - remove extra space in XML inline example
2 parents 6085ba4 + 290f598 commit f00c851

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
@@ -775,7 +775,7 @@ parameter:
775775
xsi:schemaLocation="http://symfony.com/schema/routing
776776
https://symfony.com/schema/routing/routing-1.0.xsd">
777777
778-
<route id="blog_list" path="/blog/{page <\d+>?1}"
778+
<route id="blog_list" path="/blog/{page<\d+>?1}"
779779
controller="App\Controller\BlogController::list"/>
780780
781781
<!-- ... -->

0 commit comments

Comments
 (0)