Correction erreur html

This commit is contained in:
Rodolphe Quiedeville 2003-10-21 14:27:58 +00:00
parent 4452bd67b7
commit 44407cfb79

View File

@ -64,7 +64,7 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++)
print "</td><td>$acc->bank</td><td>$acc->number</td>";
print '</td><td align="right">'.price($solde).'</td><td>&nbsp;</td></tr>';
print '<td align="right">'.price($solde).'</td><td>&nbsp;</td></tr>';
$total += $solde;
}