Fixed Windows visual mismatch of the Recon task

This commit is contained in:
samucarc 2018-07-18 17:49:12 +02:00
parent 9dafb653b4
commit 88a9d6db4d
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ else {
$table->head = array ();
$table->data = array ();
$table->align = array ();
$table->headstyle = array ();
for ($i=0; $i < 9; $i++) {
$table->headstyle[$i] = 'text-align: left;';
}
$table->head[0] = __('Force');
$table->align[0] = "left";