Skip to content

Commit

Permalink
Fix: colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Jun 5, 2016
1 parent 248ac67 commit 3b3567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/tva/reglement.php
Expand Up @@ -211,7 +211,7 @@

$i++;
}
print '<tr class="liste_total"><td colspan="4">'.$langs->trans("Total").'</td>';
print '<tr class="liste_total"><td colspan="5">'.$langs->trans("Total").'</td>';
print "<td align=\"right\"><b>".price($total)."</b></td>";
print "<td>&nbsp;</td></tr>";

Expand Down

0 comments on commit 3b3567a

Please sign in to comment.