summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrille TOULET <iwa@hestia.nerdit.fr>2015-03-29 14:52:37 +0200
committerCyrille TOULET <iwa@hestia.nerdit.fr>2015-03-29 14:52:37 +0200
commitdabdbe4d90e8a80d8224dfa0f387c06deae9cf8f (patch)
tree0cae828c87e8d98abc21df27ed5ae3a3a929e1da
parent32e7ba3560a2c2c3a72236463091049c51a518ec (diff)
parent138d0f54fc92ec57f48865850f84594c59b50797 (diff)
Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter into develop
-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 210d9f8d6..0c75d5a34 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>CodeIgniter Tutorial</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