Skip to content

Commit fb5ad59

Browse files
committed
minor #6121 [MicroKernel] Fixed the display of a code block (jeremyFreeAgent)
This PR was merged into the 2.8 branch. Discussion ---------- [MicroKernel] Fixed the display of a code block | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8 | Fixed tickets | The display of a php code block was a quote. Commits ------- acbadd2 [MicroKernel] Fixed the display of a code block
2 parents 32eddf7 + acbadd2 commit fb5ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/micro-kernel-trait.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv
280280
at ``app/Resources/views/micro/random.html.twig``.
281281

282282
Finally, you need a front controller to boot and run the application. Create a
283-
``web/index.php``:
283+
``web/index.php``::
284284

285285
// web/index.php
286286

0 commit comments

Comments
 (0)