diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-10-05 22:47:43 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-10-05 22:47:43 +0200 |
commit | eb946d0ddec00fc7b341168997c401be66da416f (patch) | |
tree | 7495b1000ebff6b9d65a4909097029c65be29831 /user_guide_src/source/libraries/security.rst | |
parent | 4b83d91d8ec991d08220ee48484d619643f4c404 (diff) |
fixed code block spacing in Template Parser and Security lib docs
Diffstat (limited to 'user_guide_src/source/libraries/security.rst')
-rw-r--r-- | user_guide_src/source/libraries/security.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/security.rst b/user_guide_src/source/libraries/security.rst index 340cf4d73..8ee0c6e77 100644 --- a/user_guide_src/source/libraries/security.rst +++ b/user_guide_src/source/libraries/security.rst @@ -50,7 +50,10 @@ browser may attempt to execute. :: - if ($this->security->xss_clean($file, TRUE) === FALSE) { // file failed the XSS test } + if ($this->security->xss_clean($file, TRUE) === FALSE) + { + // file failed the XSS test + } $this->security->sanitize_filename() ===================================== |