Fixed errors diagnostic

This commit is contained in:
Daniel Barbero Martin 2021-04-21 11:07:20 +02:00
parent 10642897f3
commit 998ad91b69
2 changed files with 7 additions and 2 deletions

View File

@ -286,7 +286,11 @@ class Diagnostics extends Wizard
$return .= '</div>'; $return .= '</div>';
} }
return false; if ($this->pdf === true) {
return $return;
} else {
return false;
}
} }
@ -1599,7 +1603,7 @@ class Diagnostics extends Wizard
} }
} }
return true; return $result;
} }

View File

@ -19,6 +19,7 @@
.dataTables_wrapper { .dataTables_wrapper {
min-height: 150px; min-height: 150px;
margin-bottom: 20px;
} }
.datatables-td-title { .datatables-td-title {