fixed validation errors... about a zillion of em.
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index 28fc76d..330a3da 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -119,7 +119,7 @@
 echo $this->table->generate();		

 </code>

 

-<p>Here is the same example, except instead of individual parameters, arrays are used:

+<p>Here is the same example, except instead of individual parameters, arrays are used:</p>

 

 <code>

 $this->load->library('table');<br />

@@ -289,7 +289,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="image_lib.html">Image Manipulation Class</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>