Skip to content

Commit 3d6c1eb

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix XML syntax
2 parents 2f836b9 + cf9850c commit 3d6c1eb

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)