Skip to content
Snippets Groups Projects
Commit db8af861 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: W3C

parent ba328b87
No related branches found
No related tags found
No related merge requests found
...@@ -416,6 +416,7 @@ if ($resql) ...@@ -416,6 +416,7 @@ if ($resql)
print '<td align="right"><b>'.price($total_paid).'</b></td>'; print '<td align="right"><b>'.price($total_paid).'</b></td>';
print '<td align="right"><b>'.price($total_ttc - $total_paid).'</b></td>'; print '<td align="right"><b>'.price($total_ttc - $total_paid).'</b></td>';
print '<td align="center">&nbsp;</td>'; print '<td align="center">&nbsp;</td>';
print '<td align="center">&nbsp;</td>';
print "</tr>\n"; print "</tr>\n";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment