Fixed visual of metaconsole
This commit is contained in:
parent
896e6329c8
commit
26f33a5169
|
@ -917,6 +917,7 @@ if(defined('METACONSOLE')){
|
|||
$table->width = "100%";
|
||||
$table->cellpadding = '0';
|
||||
$table->cellspacing = '0';
|
||||
$table->class = "databox";
|
||||
}
|
||||
$table->head = array ();
|
||||
$table->data = array ();
|
||||
|
|
Loading…
Reference in New Issue