Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-15 10:24:00 +00:00
parent 0cb04d14d7
commit cd5201e40a
2 changed files with 3 additions and 5 deletions

View File

@ -687,7 +687,6 @@ if ($object->id > 0)
$boxstat .= '</div>'; $boxstat .= '</div>';
if ($link) $boxstat .= '</a>'; if ($link) $boxstat .= '</a>';
} }
} }
$parameters = array(); $parameters = array();

View File

@ -431,7 +431,6 @@ if ($object->id > 0)
$boxstat .= '</div>'; $boxstat .= '</div>';
if ($link) $boxstat .= '</a>'; if ($link) $boxstat .= '</a>';
} }
} }
$boxstat .= '</td></tr>'; $boxstat .= '</td></tr>';