summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/static_pages.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-05-12 11:04:52 +0200
committerAndrey Andreev <narf@devilix.net>2015-05-12 11:04:52 +0200
commitabbd31f466ad5b921e37498f7c6d7069bf3255b3 (patch)
treea1706f669e1897b71453cd72c428bbb843eee829 /user_guide_src/source/tutorial/static_pages.rst
parent5bd7e0188d5a61f3be9a8531531d3103cbb44e66 (diff)
parentc836f2af72536733fa1cc990b46522b9ef16153e (diff)
Merge pull request #3842 from ftwbzhao/feature/lasttime
[ci skip] Minor userguide corrections
Diffstat (limited to 'user_guide_src/source/tutorial/static_pages.rst')
-rw-r--r--user_guide_src/source/tutorial/static_pages.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/static_pages.rst b/user_guide_src/source/tutorial/static_pages.rst
index 62b3469ad..e948d3011 100644
--- a/user_guide_src/source/tutorial/static_pages.rst
+++ b/user_guide_src/source/tutorial/static_pages.rst
@@ -64,7 +64,7 @@ following code.
</head>
<body>
- <h1><?php echo $title ?></h1>
+ <h1><?php echo $title; ?></h1>
The header contains the basic HTML code that you'll want to display
before loading the main view, together with a heading. It will also