Skip to content

Commit 84db8aa

Browse files
committed
Try to fix markup
XML section in http://symfony.com/doc/2.2/book/routing.html#creating-routes is missing line number and syntax coloration
1 parent 594821b commit 84db8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ file:
173173
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
174174
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
175175
176-
<framework:config ...>
176+
<framework:config>
177177
<!-- ... -->
178178
<framework:router resource="%kernel.root_dir%/config/routing.xml" />
179179
</framework:config>

0 commit comments

Comments
 (0)