Skip to content

Commit 8bc9a10

Browse files
committed
Fix XML syntax
1 parent e5bbe83 commit 8bc9a10

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

routing.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,14 +1641,15 @@ defined in the class annotation.
16411641
xsi:schemaLocation="http://symfony.com/schema/routing
16421642
https://symfony.com/schema/routing/routing-1.0.xsd">
16431643
1644-
<import resource="../../src/Controller/"
1645-
type="annotation"
1646-
prefix="/blog"
1647-
name-prefix="blog_"
1648-
trailing-slash-on-root="false"
1649-
exclude="../../src/Controller/{DebugEmailController}.php">
1650-
<!-- ... -->
1651-
</import>
1644+
<import resource="../../src/Controller/"
1645+
type="annotation"
1646+
prefix="/blog"
1647+
name-prefix="blog_"
1648+
trailing-slash-on-root="false"
1649+
exclude="../../src/Controller/{DebugEmailController}.php">
1650+
<!-- ... -->
1651+
</import>
1652+
</routes>
16521653
16531654
.. code-block:: php
16541655

0 commit comments

Comments
 (0)