Fix td balance

This commit is contained in:
Laurent Destailleur 2015-03-06 16:13:09 +01:00
parent 2aefe61506
commit e55a983c03

View File

@ -393,7 +393,7 @@ if ($id > 0 || ! empty($ref))
} }
else else
{ {
print '<td>'; print '<td colspan="4">';
print $linktoprod; print $linktoprod;
print "</td>"; print "</td>";
} }