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

Fix: W3C

parent 76cdb809
Branches
Tags
No related merge requests found
......@@ -315,7 +315,7 @@ if ($resql)
$var=!$var;
print "<tr $bc[$var]>";
print "<tr ".$bc[$var].">";
$classname = "impayee";
print '<td nowrap="nowrap">';
......@@ -386,6 +386,7 @@ if ($resql)
print '<td align="right"><b>'.price($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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment