diff options
author | Greg Aker <greg@gregaker.net> | 2011-10-06 04:07:31 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-10-06 04:07:31 +0200 |
commit | 3cbdd797c4427dea6f05856485a1286a5fc205b9 (patch) | |
tree | 28cf5fae8885dcd38a1601375bcf8c395f7a455c | |
parent | ec8abee24f456b09ab9d53e88853fe6bd0f7879a (diff) | |
parent | 781bcb510b468d362001dba3dc49cf4b1f451f5f (diff) |
Merge pull request #535 from purwandi/develop
Removing unnecessary '=' on form_valdiation.rst
-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. |