summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2008-11-13 01:31:38 +0000
committerUrban Müller2008-11-13 01:31:38 +0000
commit24ea7bfec4153ad410994085357eddae5d23f109 (patch)
tree292b1b81c517b13b1304c858d322d5862986bcec
parent68dbd349495d4ffdf84c03e30cccc6c1fa5e963f (diff)
downloaditools-24ea7bfec4153ad410994085357eddae5d23f109.tar.gz
itools-24ea7bfec4153ad410994085357eddae5d23f109.tar.bz2
itools-24ea7bfec4153ad410994085357eddae5d23f109.zip
dont depend on it_html (ultraclassloader debugging)
-rw-r--r--it_debug.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class
index 95a414a..fc45b2d 100644
--- a/it_debug.class
+++ b/it_debug.class
@@ -160,7 +160,7 @@ function dump($args)
if ($GLOBALS['debug_indent'])
$r = str_repeat(" ", count(debug_backtrace())-3) . $r;
- $title = it_html::Q(it_debug::backtrace(array('skiplevels' => 1)));
+ $title = htmlspecialchars(it_debug::backtrace(array('skiplevels' => 1)));
if (isset($_SERVER['REMOTE_ADDR']) && !$plain)
return "<pre title='$title' style='color:#c00; text-align:left; background-color:white; margin:0; padding:0.25em; border-bottom:1px solid #ddd'>$r</pre>\n";