Skip to content

Commit 12184f7

Browse files
committed
Merge branch '4.4'
* 4.4: Fix XML syntax
2 parents 7d99182 + 3d6c1eb commit 12184f7

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)