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 = '';
?>