fixed validation errors... about a zillion of em.
diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index 4085875..10d5902 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -75,7 +75,7 @@
 

 <h2>$this->output->set_output();</h2>

 

-<p>Permits you to manually set the final output string.  Usage example:<p>

+<p>Permits you to manually set the final output string.  Usage example:</p>

 

 <code>$this->output->set_output($data);</code>

 

@@ -85,7 +85,7 @@
 

 <h2>$this->output->get_output();</h2>

 

-<p>Permits you to manually retrieve any output that has been sent for storage in the output class.  Usage example:<p>

+<p>Permits you to manually retrieve any output that has been sent for storage in the output class.  Usage example:</p>

 <code>$string = $this->output->get_output();</code>

 

 <p>Note that data will only be retrievable from this function if it has been previously sent to the output class by one of the

@@ -94,7 +94,7 @@
 

 <h2>$this->output->set_header();</h2>

 

-<p>Permits you to manually set server headers, which the output class will send for you when outputting the final rendered display.  Example:<p>

+<p>Permits you to manually set server headers, which the output class will send for you when outputting the final rendered display.  Example:</p>

 

 <code>

 $this->output->set_header("HTTP/1.0 200 OK");<br />

@@ -131,7 +131,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="pagination.html">Pagination 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>