Skip to content

Commit 76e45f9

Browse files
committed
fixed markup
1 parent fda9900 commit 76e45f9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

book/part03.rst

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Now that the web server always access the same script (``front.php``) for all
155155
our pages, we can secure our code further by moving all other PHP files
156156
outside the web root directory:
157157

158+
.. code-block:: text
159+
158160
example.com
159161
├── composer.json
160162
│ src

book/part04.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ instead of relying on a query string:
5555

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

6060
.. code-block:: json
6161

book/part07.rst

+2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ Don't forget to update the ``example.com/src/app.php`` file accordingly::
157157

158158
To sum up, here is the new file layout:
159159

160+
.. code-block:: text
161+
160162
example.com
161163
├── composer.json
162164
│ src

0 commit comments

Comments
 (0)