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 {