summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-25 12:08:25 +0200
committerRaindropsSys <contact@minteck.org>2023-06-25 12:08:25 +0200
commit395cc068abf1aadb34be8b03e5567e24aa8a898d (patch)
tree57b593e1caae2a3187f5e6a0de44182bd947d6e8 /pages
parent68efbff6a981bf5c3081ee4574e14b64a731ff47 (diff)
downloadpluralconnect-395cc068abf1aadb34be8b03e5567e24aa8a898d.tar.gz
pluralconnect-395cc068abf1aadb34be8b03e5567e24aa8a898d.tar.bz2
pluralconnect-395cc068abf1aadb34be8b03e5567e24aa8a898d.zip
Updated 2 files and added 2 files (automated)
Diffstat (limited to 'pages')
-rw-r--r--pages/money.inc2
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