Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76e45f9

Browse files
committed
fixed markup
1 parentfda9900 commit76e45f9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

‎book/part03.rst

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp