diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-29 12:20:48 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-29 12:20:48 +0200 |
commit | 138d0f54fc92ec57f48865850f84594c59b50797 (patch) | |
tree | 1c33154ec06fe98d4b780a56f8e22b4f3e6301cb /user_guide_src/source | |
parent | 7abc08acbeec7437b72d44e5e1a3500f7f6ac766 (diff) | |
parent | 6f30b1ad3f51470cd2ffe95447806dbf527f6938 (diff) |
Merge pull request #3709 from jim-parry/docfix/mar27
[ci skip] Fix an example in the tutorial
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/tutorial/static_pages.rst | 2 |
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 |