diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html
index 6e05ae8..0b659fa 100644
--- a/vrobbler/templates/base.html
+++ b/vrobbler/templates/base.html
@@ -246,7 +246,7 @@
{% for scrobble in now_playing_list %}
{% if scrobble.media_obj.album.cover_image %}
-
+
{% endif %}
{% if scrobble.media_obj.cover %}
diff --git a/vrobbler/templates/music/album_detail.html b/vrobbler/templates/music/album_detail.html
index cfb4b48..4ecb263 100644
--- a/vrobbler/templates/music/album_detail.html
+++ b/vrobbler/templates/music/album_detail.html
@@ -9,7 +9,7 @@
{% if object.cover_image %}
-
+
{% endif %}