fixed validation errors... about a zillion of em.
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index ec77705..7efca6d 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -105,7 +105,7 @@
 <h2>$this->uri->rsegment(<var>n</var>)</h2>

 

 <p>This function is identical to the previous one, except that it lets you retrieve a specific segment from your

-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.

+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>

 

 

 <h2>$this->uri->slash_segment(<var>n</var>)</h2>

@@ -129,7 +129,7 @@
 <h2>$this->uri->slash_rsegment(<var>n</var>)</h2>

 

 <p>This function is identical to the previous one, except that it lets you add slashes a specific segment from your

-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.

+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>

 

 

 

@@ -173,8 +173,7 @@
 <h2>$this->uri->ruri_to_assoc(<var>n</var>)</h2>

 

 <p>This function is identical to the previous one, except that it creates an associative array using the

-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.

-

+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>

 

 

 <h2>$this->uri->assoc_to_uri()</h2>

@@ -203,7 +202,7 @@
 <h2>$this->uri->ruri_string(<var>n</var>)</h2>

 

 <p>This function is identical to the previous one, except that it returns the

-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.

+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>

 

 

 

@@ -215,7 +214,7 @@
 <h2>$this->uri->total_rsegments(<var>n</var>)</h2>

 

 <p>This function is identical to the previous one, except that it returns the total number of segments in your

-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.

+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>

 

 

 

@@ -250,7 +249,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="user_agent.html">User Agent 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>