1
0
Fork 0

Het euroteken

merge-requests/3/head
Daniel Boutros 7 years ago
parent c6adea280e
commit 980162fd39

@ -12,7 +12,7 @@
<tr>
<td><?php echo $rekening['iban']; ?></td>
<td><?php echo $rekening['saldo']; ?></td>
<td><?php echo $rekening['nr']; ?></td>
<td><?php echo "&euro;" . $rekening['nr']; ?></td>
</tr>
<?php