Quellcode durchsuchen

Fix space in icons

Colin Powell vor 2 Jahren
Ursprung
Commit
856546b633
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      vrobbler/templates/videogames/videogame_detail.html

+ 2 - 2
vrobbler/templates/videogames/videogame_detail.html

@@ -38,8 +38,8 @@
         <hr />
         {% endif %}
         <p style="float:right;">
-            <a href="{{object.igdb_link}}"><img src="{% static " images/igdb-logo.png" %}" width=35></a>
-            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static " images/hltb.webp" %}" width=35></a>
+            <a href="{{object.igdb_link}}"><img src="{% static "images/igdb-logo.png" %}" width=35></a>
+            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static "images/hltb.webp" %}" width=35></a>
         </p>
     </div>
 </div>