Fix regression error

This commit is contained in:
bergware
2022-02-27 11:38:35 +01:00
parent cfb6113a68
commit d0946d0fd1

View File

@@ -78,7 +78,7 @@ if (file_exists($log)) {
if ($list)
foreach (array_reverse($list) as $row) echo $row;
else
echo "<tr><td colspan='6' style='text-align:center;padding-top:12px'>",_('No parity check history present'),"!</td></tr>";
echo "<tr><td colspan='7' style='text-align:center;padding-top:12px'>",_('No parity check history present'),"!</td></tr>";
?>
</tbody></table>
<div style="text-align:center;margin-top:12px"><input type="button" value="<?=_('Done')?>" onclick="top.Shadowbox.close()"></div>