From c2a5231ab5ef2b6b532519b2720eca7e5849fa4d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 10 Oct 2022 07:40:33 +0200 Subject: [PATCH] remove trailing slashes in html files (I dont like them) --- files/templates/casino/game_screen.html | 40 ++++---- files/templates/casino/rehab.html | 4 +- files/templates/casino/roulette_screen.html | 32 +++--- files/templates/casino/slots_screen.html | 6 +- files/templates/email/default.html | 6 +- files/templates/errors/PCM/502.html | 102 ++++++++++---------- files/templates/errors/WPD/502.html | 102 ++++++++++---------- files/templates/errors/rDrama/502.html | 102 ++++++++++---------- files/templates/lottery.html | 12 +-- 9 files changed, 203 insertions(+), 203 deletions(-) diff --git a/files/templates/casino/game_screen.html b/files/templates/casino/game_screen.html index 165a32e78..a55a3d48f 100644 --- a/files/templates/casino/game_screen.html +++ b/files/templates/casino/game_screen.html @@ -164,19 +164,19 @@ const formatLocalCurrencyName = currency => ({ coins: 'coins', procoins: 'marseybux' })[currency]; biggestWinnerAllTime.innerHTML = ` - ${leaderboardData.all_time.biggest_win.user}
${leaderboardData.all_time.biggest_win.amount} ${formatLocalCurrencyName(leaderboardData.all_time.biggest_win.currency)} + ${leaderboardData.all_time.biggest_win.user}
${leaderboardData.all_time.biggest_win.amount} ${formatLocalCurrencyName(leaderboardData.all_time.biggest_win.currency)} `; biggestWinner24h.innerHTML = ` - ${leaderboardData.last_24h.biggest_win.user}
${leaderboardData.last_24h.biggest_win.amount} ${formatLocalCurrencyName(leaderboardData.last_24h.biggest_win.currency)} + ${leaderboardData.last_24h.biggest_win.user}
${leaderboardData.last_24h.biggest_win.amount} ${formatLocalCurrencyName(leaderboardData.last_24h.biggest_win.currency)} `; biggestLoser24h.innerHTML = ` - ${leaderboardData.last_24h.biggest_loss.user}
${leaderboardData.last_24h.biggest_loss.amount} ${formatLocalCurrencyName(leaderboardData.last_24h.biggest_loss.currency)} + ${leaderboardData.last_24h.biggest_loss.user}
${leaderboardData.last_24h.biggest_loss.amount} ${formatLocalCurrencyName(leaderboardData.last_24h.biggest_loss.currency)} `; biggestLoserAllTime.innerHTML = ` - ${leaderboardData.all_time.biggest_loss.user}
${leaderboardData.all_time.biggest_loss.amount} ${formatLocalCurrencyName(leaderboardData.all_time.biggest_loss.currency)} + ${leaderboardData.all_time.biggest_loss.user}
${leaderboardData.all_time.biggest_loss.amount} ${formatLocalCurrencyName(leaderboardData.all_time.biggest_loss.currency)} `; } @@ -356,7 +356,7 @@

{{game}}

-
+
{% block screen %} {% endblock %}
@@ -369,27 +369,27 @@
Wager
-
+
- +
Currency
-
+
+ value="coin" checked> + value="marseybux">
@@ -398,14 +398,14 @@
{% block actiontext %}Actions{% endblock %}
-
+
{% block actions %} {% endblock %}
Feed
-
+
    @@ -189,4 +189,4 @@
    -{% endblock %} \ No newline at end of file +{% endblock %}