summaryrefslogtreecommitdiffstats
path: root/system/libraries/Security.php
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:39:34 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-02-14 19:39:34 +0100
commit14287f3e81d4d717ff49e640d799c579e593f0c0 (patch)
tree348736eabdf84407e299a117ab7430811eee93e1 /system/libraries/Security.php
parent68d29873fb155651f46523fdcfb9027102a89f1f (diff)
Whitespace cleanup in libraries/
Diffstat (limited to 'system/libraries/Security.php')
-rw-r--r--system/libraries/Security.php2
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);