Look: Bad balanced table

This commit is contained in:
Laurent Destailleur 2009-04-10 02:23:11 +00:00
parent 811c889648
commit 0358000a94

View File

@ -464,7 +464,7 @@ if ($conf->tax->enabled)
}
else
{
print '<tr colspan="5" '.$bc[$var].'><td>'.$langs->trans("None").'</td></tr>';
print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>';
}
print "</table><br>";
$db->free($resql);