Skip to content

Commit

Permalink
fixed markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 22, 2012
1 parent fda9900 commit 76e45f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions book/part03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ Now that the web server always access the same script (``front.php``) for all
our pages, we can secure our code further by moving all other PHP files
outside the web root directory:

.. code-block:: text
example.com
├── composer.json
│ src
Expand Down
2 changes: 1 addition & 1 deletion book/part04.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ instead of relying on a query string:

To support this feature, we are going to use the Symfony2 Routing component.
As always, add it to ``composer.json`` and run the ``php composer.phar
update`` command to install it::
update`` command to install it:

.. code-block:: json
Expand Down
2 changes: 2 additions & 0 deletions book/part07.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Don't forget to update the ``example.com/src/app.php`` file accordingly::

To sum up, here is the new file layout:

.. code-block:: text
example.com
├── composer.json
│ src
Expand Down

0 comments on commit 76e45f9

Please sign in to comment.