diff options
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r-- | user_guide_src/source/tutorial/static_pages.rst | 6 |
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>© 2012</em> + <em>© 2013</em> </body> <html> |