From ccdb988cd2a4ec68c66514572514fb5328f63506 Mon Sep 17 00:00:00 2001 From: Tzen Date: Mon, 27 Nov 2023 22:23:57 +0100 Subject: [PATCH 1/2] Update clanmembers.json As agreed in a recent poll. I know you are busy so did the work for you. --- config/clanmembers.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/clanmembers.json b/config/clanmembers.json index 0b22e50..6b16d42 100644 --- a/config/clanmembers.json +++ b/config/clanmembers.json @@ -7,9 +7,6 @@ "Masistuta", "RalphNorris", "Jimbo_The_One", - "SquadKiller101", - "Pettie1972", - "HeteKip", "Shepherders" ] } -- 2.49.1 From 2b865f0980141b7497dcebfac57d8565635ebf00 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 28 Nov 2023 10:23:03 +0100 Subject: [PATCH 2/2] tables --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a763870..dda75e3 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ $lastMatches = array_slice($allMatches, 0, 8); if ($key == 'updated') { continue; } - echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; + echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; } echo ""; } else { -- 2.49.1