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>&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>