Skip to content

Commit cf9850c

Browse files
committed
bug #12576 Fix XML syntax of Routing examples (codedmonkey)
This PR was merged into the 4.3 branch. Discussion ---------- Fix XML syntax of Routing examples Fixes the syntax of two XML snippets on the Routing page where an invalid closing tag is shown. Commits ------- a5e48d9 Fix XML syntax
2 parents 3a54bc3 + a5e48d9 commit cf9850c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routing.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ defined as ``/blog/{slug}``:
431431
432432
<route id="blog_show" path="/blog/{slug}"
433433
controller="App\Controller\BlogController::show"/>
434-
</route>
435434
</routes>
436435
437436
.. code-block:: php
@@ -525,7 +524,6 @@ the ``{page}`` parameter using the ``requirements`` option:
525524
526525
<route id="blog_show" path="/blog/{slug}"
527526
controller="App\Controller\BlogController::show"/>
528-
</route>
529527
</routes>
530528
531529
.. code-block:: php

0 commit comments

Comments
 (0)