From 18cfa80aefb168f698308f04385f221c02c958ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Mon, 4 Dec 2017 17:00:50 +0100 Subject: [PATCH] Fixed configuration block rendering in routing docs --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 732c847c5be..74e868cff0e 100644 --- a/routing.rst +++ b/routing.rst @@ -22,7 +22,7 @@ Creating Routes A *route* is a map from a URL path to a controller. Suppose you want one route that matches ``/blog`` exactly and another more dynamic route that can match *any* URL -like ``/blog/my-post`` or ``/blog/all-about-symfony``:: +like ``/blog/my-post`` or ``/blog/all-about-symfony``: .. configuration-block::