Merge pull request #9 from szepeviktor/patch-4
Add main class to identify dBug created tables
This commit is contained in:
commit
2227110720
1 changed files with 1 additions and 1 deletions
2
dBug.php
2
dBug.php
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue