diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-30 19:23:41 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-30 19:23:41 +0200 |
commit | 067e5ddff71ebedfb9d1889f48829d1766b81c2c (patch) | |
tree | ed7063facd155b4427d7b254cbeaed76d0d82691 | |
parent | 40f38f1e289eda97026cc3d21558cd99bcce2e1d (diff) |
whitespace
-rw-r--r-- | system/libraries/Input.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index a2f1d0056..4d2e9e298 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -834,7 +834,6 @@ class CI_Input { '/\x0b/', '/\x0c/', // 11, 12
'/[\x0e-\x1f]/' // 14-31
);
-
}
do
|