fixed validation errors... about a zillion of em.
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index d690749..1603e16 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -132,25 +132,25 @@
 

 

 <textarea class="textarea" style="width:100%" cols="50" rows="20">

-<html>

-<head>

-<title>Smileys</title>

+&lt;html>

+&lt;head>

+&lt;title>Smileys&lt;/title>

 

-<?php echo js_insert_smiley('blog', 'comments'); ?>

+&lt;?php echo js_insert_smiley('blog', 'comments'); ?>

 

-</head>

-<body>

+&lt;/head>

+&lt;body>

 

 &lt;form name="blog">

 &lt;textarea name="comments" cols="40" rows="4">&lt;/textarea>

-</form>

+&lt;/form>

 

-<p>Click to insert a smiley!</p>a

+&lt;p>Click to insert a smiley!&lt;/p>

 

-<?php echo $smiley_table; ?>

+&lt;?php echo $smiley_table; ?>

 

-</body>

-</html>

+&lt;/body>

+&lt;/html>

 </textarea>

 

 

@@ -200,7 +200,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="string_helper.html">String 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>