Cleanup of stray spaces and tabs
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html
index 03a6068..0aaa8f6 100644
--- a/user_guide/helpers/form_helper.html
+++ b/user_guide/helpers/form_helper.html
@@ -258,11 +258,11 @@
 <br />
 <br />
 // Produces<br />
-&lt;fieldset&gt;  
+&lt;fieldset&gt;
 <br />
-&lt;legend&gt;Address Information&lt;/legend&gt;  
+&lt;legend&gt;Address Information&lt;/legend&gt;
 <br />
-&lt;p&gt;form content here&lt;/p&gt;  
+&lt;p&gt;form content here&lt;/p&gt;
 <br />
 &lt;/fieldset&gt;</code>
 <p>Similar to other functions, you can submit an associative array in the second parameter if you prefer to set additional attributes. </p>