summaryrefslogtreecommitdiffstats
path: root/user_guide/general/hooks.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/general/hooks.html')
-rw-r--r--user_guide/general/hooks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html
index c864c1edb..0776e32c8 100644
--- a/user_guide/general/hooks.html
+++ b/user_guide/general/hooks.html
@@ -104,7 +104,7 @@ The following items should be defined in your associative hook array:</p>
<h2>Multiple Calls to the Same Hook</h2>
-<p>If want to use the same hook point with more then one script, simply make your array declaration multi-dimensional, like this:
+<p>If want to use the same hook point with more then one script, simply make your array declaration multi-dimensional, like this:</p>
<code>
$hook['pre_controller']<kbd>[]</kbd> = array(<br />
@@ -185,7 +185,7 @@ Previous Topic:&nbsp;&nbsp;<a href="core_classes.html">Creating Core Classes</a>
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
Next Topic:&nbsp;&nbsp;<a href="autoloader.html">Auto-loading Resources</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2007 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>