Correction erreur html
This commit is contained in:
parent
4452bd67b7
commit
44407cfb79
@ -64,7 +64,7 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++)
|
|||||||
|
|
||||||
print "</td><td>$acc->bank</td><td>$acc->number</td>";
|
print "</td><td>$acc->bank</td><td>$acc->number</td>";
|
||||||
|
|
||||||
print '</td><td align="right">'.price($solde).'</td><td> </td></tr>';
|
print '<td align="right">'.price($solde).'</td><td> </td></tr>';
|
||||||
|
|
||||||
$total += $solde;
|
$total += $solde;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user