Removing unnecessary '=' on form_valdiation.rst
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst
index 0dbb446..7f5ba86 100644
--- a/user_guide_src/source/libraries/form_validation.rst
+++ b/user_guide_src/source/libraries/form_validation.rst
@@ -885,7 +885,7 @@
==================== ========= ===================================================================================================
Name Parameter Description
-============================== ===================================================================================================
+==================== ========= ===================================================================================================
**xss_clean** No Runs the data through the XSS filtering function, described in the :doc:`Input Class <input>` page.
**prep_for_form** No Converts special characters so that HTML data can be shown in a form field without breaking it.
**prep_url** No Adds "http://" to URLs if missing.