fixed validation errors... about a zillion of em.
diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html
index 4df37ee..21031af 100644
--- a/user_guide/general/urls.html
+++ b/user_guide/general/urls.html
@@ -90,7 +90,7 @@
 

 <h2>Removing the index.php file</h2>

 

-<p>By default, the <strong>index.php</strong> file will be included in your URLs:

+<p>By default, the <strong>index.php</strong> file will be included in your URLs:</p>

 

 <code>www.your-site.com/<var>index.php</var>/news/article/my_article</code>

 

@@ -108,7 +108,7 @@
 <h2>Adding a URL Suffix</h2>

 

 <p>In your <dfn>config/config.php</dfn> file you can specify a suffix that will be added to all URLs generated

-by CodeIgniter.  For example, if a URL is this:

+by CodeIgniter.  For example, if a URL is this:</p>

 

 <code>www.your-site.com/index.php/products/view/shoes</code>

 

@@ -151,7 +151,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="controllers.html">Controllers</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>