fixed validation errors... about a zillion of em.
diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html
index c864c1e..0776e32 100644
--- a/user_guide/general/hooks.html
+++ b/user_guide/general/hooks.html
@@ -104,7 +104,7 @@
<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 @@
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="autoloader.html">Auto-loading Resources</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>