From 2934550cc371cebaab3b89e44bb23333ca2ccd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 20 Mar 2015 17:37:06 +0100 Subject: [PATCH] Add main class to identify dBug created tables --- dBug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dBug.php b/dBug.php index 622dfc3..81156a4 100644 --- a/dBug.php +++ b/dBug.php @@ -130,7 +130,7 @@ class dBug */ public function renderTableHeader($type, $text, $colspan=0) { - echo ' + echo '
';
bCollapsed) ? 'style="font-style:italic" ' : '').'class="dBug_'.$type.'Header" '.($colspan?'colspan='.$colspan:'').' onClick="dBug_toggleTable(this)">'.$text.'