Fixed visual of metaconsole

This commit is contained in:
m-lopez-f 2015-04-21 11:08:42 +02:00
parent 896e6329c8
commit 26f33a5169
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();