diff --git a/dBug.php b/dBug.php index a573fa3..bd9eca8 100644 --- a/dBug.php +++ b/dBug.php @@ -132,7 +132,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.'