Skip to content

Commit 393c044

Browse files
committed
minor symfony#13436 [Routing] remove extra space in XML inline example (guilliamxavier)
This PR was merged into the 4.4 branch. Discussion ---------- [Routing] remove extra space in XML inline example Commits ------- ae7c0a3 Routing - remove extra space in XML inline example
2 parents 9ffa973 + ae7c0a3 commit 393c044

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
@@ -780,7 +780,7 @@ parameter:
780780
xsi:schemaLocation="http://symfony.com/schema/routing
781781
https://symfony.com/schema/routing/routing-1.0.xsd">
782782
783-
<route id="blog_list" path="/blog/{page <\d+>?1}"
783+
<route id="blog_list" path="/blog/{page<\d+>?1}"
784784
controller="App\Controller\BlogController::list"/>
785785
786786
<!-- ... -->

0 commit comments

Comments
 (0)