fixed validation errors... about a zillion of em.
diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html
index bebcc90..3139569 100644
--- a/user_guide/helpers/file_helper.html
+++ b/user_guide/helpers/file_helper.html
@@ -103,7 +103,7 @@
 &nbsp;&nbsp;&nbsp;&nbsp; echo 'File written!';<br />

 }</code>

 

-<p>You can optionally set the write mode via the third parameter:

+<p>You can optionally set the write mode via the third parameter:</p>

 

 <code>write_file('./path/to/file.php', $data, <var>'r+'</var>);</code>

 

@@ -146,7 +146,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="form_helper.html">Form Helper</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>