diff --git a/latestmatches.php b/latestmatches.php index 01ce4f5..3dcbc3c 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -23,20 +23,17 @@ $player_name = $player_data['playername']; echo ""; } - - echo "
"; - - echo "
- - - - - - -

"; - } + echo "
"; + echo "
+ + + + + + +

"; $selected_player = $_GET['selected_player'] ?? $players_matches[0]['playername'];