Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-23 14:27:22 +00:00
parent 8a279ed124
commit 222a000d31

View File

@ -1278,7 +1278,6 @@ abstract class CommonDocGenerator
// for some type we need line break
if (in_array($field->type, $params['table']['arrayOfLineBreakType'])) {
if ($itemsInRow > 0) {
// close table row and empty cols
for ($i = $itemsInRow; $i <= $maxItemsInRow; $i++) {
@ -1295,7 +1294,6 @@ abstract class CommonDocGenerator
$html .= '<strong>' . $field->label . ' :</strong> ';
$html .= $field->content;
$html .= "</td>";
} else {
$itemsInRow++;
$html .= '<td width="'.$params['table']['labelcolwidth'].'" class="extrafield-label">';