validation error fixes
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index a96367e..3efb7ed 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -190,7 +190,7 @@
 <p>Converts only Email addresses:</p>

 <code>$string = auto_link($string, 'email');</code>

 

-</p>The third parameter determines whether links are shown in a new window.  The value can be TRUE or FALSE (boolean):</p>

+<p>The third parameter determines whether links are shown in a new window.  The value can be TRUE or FALSE (boolean):</p>

 <code>$string = auto_link($string, 'both', TRUE);</code>