Skip to content

Commit ae7c0a3

Browse files
Routing - remove extra space in XML inline example
1 parent 772f342 commit ae7c0a3

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)