From acbadd25aa137c5fa89f37094b7e91bc4b2c9232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Romey?= Date: Fri, 8 Jan 2016 13:22:12 +0100 Subject: [PATCH] [MicroKernel] Fixed the display of a code block --- cookbook/configuration/micro-kernel-trait.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/configuration/micro-kernel-trait.rst b/cookbook/configuration/micro-kernel-trait.rst index 79f1d474f6d..1fe157aba5a 100644 --- a/cookbook/configuration/micro-kernel-trait.rst +++ b/cookbook/configuration/micro-kernel-trait.rst @@ -280,7 +280,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv at ``app/Resources/views/micro/random.html.twig``. Finally, you need a front controller to boot and run the application. Create a -``web/index.php``: +``web/index.php``:: // web/index.php