1
0

Het euroteken

This commit is contained in:
Daniel Boutros 2017-03-29 17:08:58 +02:00
parent c6adea280e
commit 980162fd39

View File

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