From 2af98a662320b665a7af34f2784f7707b779da44 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 16 Nov 2023 14:26:44 +0100 Subject: [PATCH] eerst members tonen --- index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 32082f5..7919832 100644 --- a/index.php +++ b/index.php @@ -95,12 +95,13 @@ $lastMatches = array_slice($allMatches, 0, 8); if (isset($clan) && !empty($clan)) { echo ""; echo ""; - foreach ($clan as $key => $value) { - echo ""; - } foreach ($clanmembers['clanMembers'] as $value) { echo ""; } + foreach ($clan as $key => $value) { + echo ""; + } + echo "
AttributeValue
" . htmlspecialchars($key) . "" . htmlspecialchars($value) . "
name" . htmlspecialchars($value) . "
" . htmlspecialchars($key) . "" . htmlspecialchars($value) . "
"; } else {