summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2012-04-11 09:41:22 +0000
committerChristian Schneider2012-04-11 09:41:22 +0000
commit9e93e368efea7436ea555a8cf905613028643df5 (patch)
treeafdeda44b1a7f89378eacf5ab3d6de80abe86a18
parent7e3b4af254b10780856376661947df5b3d6b6e61 (diff)
downloaditools-9e93e368efea7436ea555a8cf905613028643df5.tar.gz
itools-9e93e368efea7436ea555a8cf905613028643df5.tar.bz2
itools-9e93e368efea7436ea555a8cf905613028643df5.zip
Remove extra indention
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 486d322..d08268d 100644
--- a/it.class
+++ b/it.class
@@ -384,7 +384,7 @@ static function replace($replacements, $string, $p = array())
$result = preg_replace($patterns, $replacements, $string, isset($p['limit']) ? $p['limit'] : -1);
if ($result === null && preg_last_error() == PREG_BAD_UTF8_ERROR)
- it::error("Invalid utf-8 in it::replace haystack: " . substr($string, 0, 500)); # UTF8SAFE
+ it::error("Invalid utf-8 in it::replace haystack: " . substr($string, 0, 500)); # UTF8SAFE
return $result;
}