Skip to content

Commit

Permalink
minor #6121 [MicroKernel] Fixed the display of a code block (jeremyFr…
Browse files Browse the repository at this point in the history
…eeAgent)

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
  • Loading branch information
wouterj committed Jan 9, 2016
2 parents 32eddf7 + acbadd2 commit fb5ad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/configuration/micro-kernel-trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb5ad59

Please sign in to comment.