diff options
Diffstat (limited to 'pages/money.inc')
-rw-r--r-- | pages/money.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/money.inc b/pages/money.inc index c936138..546dbac 100644 --- a/pages/money.inc +++ b/pages/money.inc @@ -243,7 +243,7 @@ function getMonthlyEarnings(): array { ?> <h2>£<?= number_format($allAccounts, 2, '.', ',') ?> · €<?= number_format($allAccounts * (1 / $rate), 2, '.', ',') ?></h2> - <p>As of <?= date('j F Y') ?> · €1 = £<?= $rate ?></p> + <p>As of <?= date('j F Y') ?> · €1.00 = £<?= number_format($rate, 2, '.', ',') ?></p> <canvas id="history" style="margin-top: 10px; width: 100%; height: 400px; max-height: 100%;"></canvas> <?php |