Merge pull request #9 from szepeviktor/patch-4

Add main class to identify dBug created tables
This commit is contained in:
KOLANICH 2015-11-06 03:31:39 +03:00
commit 2227110720

View file

@ -132,7 +132,7 @@ class dBug
*/
public function renderTableHeader($type, $text, $colspan=0)
{
echo '<table cellspacing=2 cellpadding=3 class="dBug_'.$type.'">
echo '<table cellspacing=2 cellpadding=3 class="dBug dBug_' . $type . '">
<tr>
<td '.(($this->bCollapsed) ? 'style="font-style:italic" ' : '').'class="dBug_'.$type.'Header" '.($colspan?'colspan='.$colspan:'').' onClick="dBug_toggleTable(this)">'.$text.'</td>
</tr>';