8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ba561 commit 97e642eCopy full SHA for 97e642e
book/from_flat_php_to_symfony2.rst
@@ -618,7 +618,9 @@ The layout is nearly identical:
618
619
When Symfony2's engine (called the ``Kernel``) boots up, it needs a map so
620
that it knows which controllers to execute based on the request information.
621
-A routing configuration map provides this information in a readable format::
+A routing configuration map provides this information in a readable format:
622
+
623
+.. code-block:: yaml
624
625
# app/config/routing.yml
626
blog_list:
0 commit comments