fix an example
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html
index cd483f1..95041e5 100644
--- a/user_guide/helpers/form_helper.html
+++ b/user_guide/helpers/form_helper.html
@@ -110,7 +110,7 @@
 

 <p>The above example would create a form similar to this:</p>

 

-<code>&lt;form method="post" action="http:/www.your-site.com/index.php/email/send" &nbsp;class="email" &nbsp;id="myform" /><br />

+<code>&lt;form method="post" action="http:/www.your-site.com/index.php/email/send"><br />

 &lt;input type="hidden" name="username" value="Joe" /><br />

 &lt;input type="hidden" name="member_id" value="234" /></code>