From f9c1d767dccc76dc1e50389e9bbed25df8127efb Mon Sep 17 00:00:00 2001 From: Lars Veldscholte Date: Thu, 26 Jun 2014 01:31:46 +0200 Subject: [PATCH] Better game icon margins --- backlog/include/steamwidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backlog/include/steamwidget.php b/backlog/include/steamwidget.php index e31570f..6b619fb 100644 --- a/backlog/include/steamwidget.php +++ b/backlog/include/steamwidget.php @@ -45,7 +45,7 @@ $rpgamesstring = ""; foreach(json_decode($data['games']) as $game) { - $rpgamesstring .= "appid}/{$game->img_icon_url}.jpg\" title=\"{$game->name}\" alt />  "; + $rpgamesstring .= "appid}/{$game->img_icon_url}.jpg\" title=\"{$game->name}\" alt />"; } ?>