Skip to content

Commit 290f598

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Routing - remove extra space in XML inline example
2 parents f09586c + 393c044 commit 290f598

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)