commit | 14287f3e81d4d717ff49e640d799c579e593f0c0 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:39:34 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:39:34 2011 -0500 |
tree | 348736eabdf84407e299a117ab7430811eee93e1 | |
parent | 68d29873fb155651f46523fdcfb9027102a89f1f [diff] [blame] |
Whitespace cleanup in libraries/
diff --git a/system/libraries/Security.php b/system/libraries/Security.php index ba64c73..9189686 100644 --- a/system/libraries/Security.php +++ b/system/libraries/Security.php
@@ -373,7 +373,7 @@ $str = preg_replace("#<(/*)(script|xss)(.*?)\>#si", '[removed]', $str); } } - while($original != $str); + while ($original != $str); unset($original);