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 />"; } ?>