diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-02-14 19:39:34 +0100 |
commit | 14287f3e81d4d717ff49e640d799c579e593f0c0 (patch) | |
tree | 348736eabdf84407e299a117ab7430811eee93e1 /system/libraries/Security.php | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f (diff) |
Whitespace cleanup in libraries/
Diffstat (limited to 'system/libraries/Security.php')
-rw-r--r-- | system/libraries/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Security.php b/system/libraries/Security.php index ba64c7326..91896866f 100644 --- a/system/libraries/Security.php +++ b/system/libraries/Security.php @@ -373,7 +373,7 @@ class CI_Security { $str = preg_replace("#<(/*)(script|xss)(.*?)\>#si", '[removed]', $str); } } - while($original != $str); + while ($original != $str); unset($original); |