diff options
author | Urban Müller | 2014-06-30 16:11:18 +0200 |
---|---|---|
committer | Urban Müller | 2014-06-30 16:11:18 +0200 |
commit | ccfa2eb28c368aa0bbbea7bf7d55df9ada340780 (patch) | |
tree | beb3fe7fb49d50eb1bd3fff76e5469e9418d997f /it_debug.class | |
parent | a96f58e2fc1239b0f80a4d478472a4f2e1f714d4 (diff) | |
download | itools-ccfa2eb28c368aa0bbbea7bf7d55df9ada340780.tar.gz itools-ccfa2eb28c368aa0bbbea7bf7d55df9ada340780.tar.bz2 itools-ccfa2eb28c368aa0bbbea7bf7d55df9ada340780.zip |
fix (inconsequential) typo
Diffstat (limited to 'it_debug.class')
-rw-r--r-- | it_debug.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class index 7780b70..eacdeb1 100644 --- a/it_debug.class +++ b/it_debug.class @@ -144,7 +144,7 @@ static function dump($args) $item = htmlspecialchars($item, ENT_COMPAT, "ISO-8859-1"); if (!$plain) - $item = preg_replace("#http://[^ ']*#", "<a href='\$0'>$0</a>", $item); + $item = preg_replace("#http://[^ ']*#", "<a href='\$0'>\$0</a>", $item); if (preg_match('/^[\'"]/', $var)) $r .= "$item "; |