diff --git a/bank/index.php b/bank/index.php
index 06377be..64d22ff 100644
--- a/bank/index.php
+++ b/bank/index.php
@@ -66,7 +66,7 @@ if($_POST) {
$row = mysql_fetch_array($result);
echo "
Welkom terug " . $row['gebruikersnaam'] . "! ";
- echo "Uw balans is op dit moment: " . $row['balans'] . "
";
+ echo "Uw balans is op dit moment: " . $row['balans'] . " euro";
}
mysql_close($connection);
} else {