summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-11-08 12:04:14 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-08 12:04:14 +0100
commit39f118c73d62510d3676ad1ece53c6fe2cc43f64 (patch)
tree4da0ff507c7236e8bcefb6d301dac23f5431c5d5
parent50e5dbb6079380d2e79e2fbbb39adfeaa40a33ea (diff)
parent5e4c6311d852c16e3d2808ca22be93b50f00f947 (diff)
Merge pull request #654 from polyetilen/patch-1
Update 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 06330d56a..82de2a8cb 100644
--- a/user_guide_src/source/tutorial/static_pages.rst
+++ b/user_guide_src/source/tutorial/static_pages.rst
@@ -62,7 +62,7 @@ following code.
</head>
<body>
- <h1>CodeIgniter 2 Tutorial<h1>
+ <h1>CodeIgniter 2 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