diff options
author | purwandi <free6300@gmail.com> | 2011-10-06 04:03:39 +0200 |
---|---|---|
committer | purwandi <free6300@gmail.com> | 2011-10-06 04:03:39 +0200 |
commit | 781bcb510b468d362001dba3dc49cf4b1f451f5f (patch) | |
tree | 28cf5fae8885dcd38a1601375bcf8c395f7a455c /user_guide_src/source/libraries | |
parent | ec8abee24f456b09ab9d53e88853fe6bd0f7879a (diff) |
Removing unnecessary '=' on form_valdiation.rst
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index 0dbb44616..7f5ba8653 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -885,7 +885,7 @@ to use: ==================== ========= =================================================================================================== 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. |