diff --git a/config.php b/config.php
index cc906a54..b1f77819 100644
--- a/config.php
+++ b/config.php
@@ -86,6 +86,7 @@ $config = array(
// images
'outfit_images_url' => 'http://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit
+ 'outfit_images_wrong_looktypes' => [75, 126, 127, 266, 302], // this looktypes needs to have different margin-top and margin-left because they are wrong positioned
'item_images_url' => 'http://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder
'item_images_extension' => '.gif',
diff --git a/system/pages/highscores.php b/system/pages/highscores.php
index f890143c..4988443b 100644
--- a/system/pages/highscores.php
+++ b/system/pages/highscores.php
@@ -267,7 +267,7 @@ foreach($highscores as $id => &$player)
$player['link'] = getPlayerLink($player['name'], false);
$player['flag'] = getFlagImage($player['country']);
if($configHighscoresOutfit) {
- $player['outfit'] = '';
+ $player['outfit'] = '
';
}
$player['rank'] = $offset + $i;
}
diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig
index 8cdd906e..6faacdd9 100644
--- a/system/templates/characters.html.twig
+++ b/system/templates/characters.html.twig
@@ -17,7 +17,7 @@
{% endif %}
{{ post.player_link|raw }} {% if post.outfit is defined %} - {% endif %} @@ -72,4 +72,4 @@ Page: {{ links_to_pages|raw }} {% endfor %} |