diff --git a/system/pages/highscores.php b/system/pages/highscores.php index 7290673e..91ba2e2b 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -21,7 +21,7 @@ $settingHighscoresCountryBox = setting('core.highscores_country_box'); if(config('account_country') && $settingHighscoresCountryBox) require SYSTEM . 'countries.conf.php'; -$list = $_GET['list'] ?? 'experience'; +$list = urldecode($_GET['list'] ?? 'experience'); $page = $_GET['page'] ?? 1; $vocation = urldecode($_GET['vocation'] ?? 'all'); diff --git a/system/templates/highscores.html.twig b/system/templates/highscores.html.twig index 71d2d26c..86599b90 100644 --- a/system/templates/highscores.html.twig +++ b/system/templates/highscores.html.twig @@ -10,16 +10,16 @@