From ccfa2eb28c368aa0bbbea7bf7d55df9ada340780 Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Mon, 30 Jun 2014 16:11:18 +0200
Subject: fix (inconsequential) typo
---
it_debug.class | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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://[^ ']*#", "$0", $item);
+ $item = preg_replace("#http://[^ ']*#", "\$0", $item);
if (preg_match('/^[\'"]/', $var))
$r .= "$item ";
--
cgit v1.2.3