From c9fd3a0fdb4a304a42217ee155fde2ad6777cc5a Mon Sep 17 00:00:00 2001 From: Gabriel Pedro Date: Mon, 2 May 2016 01:31:19 -0400 Subject: [PATCH] resolves #227 --- characterprofile.php | 2 +- highscores.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/characterprofile.php b/characterprofile.php index b57cdab..ccf6ce6 100644 --- a/characterprofile.php +++ b/characterprofile.php @@ -51,7 +51,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) if ($config['country_flags']) { ?> -
  • Country: '; ?>
  • Country: '; ?> diff --git a/highscores.php b/highscores.php index 134ec68..9c0021d 100644 --- a/highscores.php +++ b/highscores.php @@ -89,7 +89,7 @@ if ($scores) { $profile_data = user_character_data($scores[$type][$i]['id'], 'account_id'); $account_data = user_znote_account_data($profile_data['account_id'], 'flag'); - if ($config['country_flags'] === true && count($account_data['flag']) > 1) $flag = ' '; + if ($config['country_flags'] === true && count($account_data['flag']) > 1) $flag = ' '; else $flag = ''; ?>