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 @@
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> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="form_helper.html">Form Helper</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>