summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-01-01 07:16:53 +0100
committerAndrey Andreev <narf@bofh.bg>2013-01-01 07:16:53 +0100
commit80500afbd188600212ca913a7bac073009feac73 (patch)
treee1318fda7d0b4434e3cbb5263cadebe88d55d714 /user_guide_src/source/tutorial
parentf7c74a66ab20e36b67f3911f8ee97999cd384529 (diff)
[ci skip] Happy new year
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r--user_guide_src/source/tutorial/static_pages.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/tutorial/static_pages.rst b/user_guide_src/source/tutorial/static_pages.rst
index 708eaeb7b..97c74601d 100644
--- a/user_guide_src/source/tutorial/static_pages.rst
+++ b/user_guide_src/source/tutorial/static_pages.rst
@@ -58,11 +58,11 @@ following code.
<html>
<head>
- <title>CodeIgniter 2 Tutorial</title>
+ <title>CodeIgniter Tutorial</title>
</head>
<body>
- <h1>CodeIgniter 2 Tutorial</h1>
+ <h1>CodeIgniter Tutorial</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
@@ -72,7 +72,7 @@ includes the following code:
::
- <em>&copy; 2012</em>
+ <em>&copy; 2013</em>
</body>
<html>