misaligned else

This commit is contained in:
Ade
2014-09-20 11:44:34 +12:00
parent 8838ee481e
commit e9d9a6c441
+1 -1
View File
@@ -39,7 +39,7 @@
<tr class="grade${grade}">
%if type == 'album':
<td id="albumart" style=" text-align: center; vertical-align: middle;"><div id="artistImg"><img title="${result['albumid']}" class="albumArt" height="50" width="50" onerror="this.onerror=null;this.src='${caa_group_url}'"></div></td>
%else:
%else:
<td id="albumart"><div id="artistImg"><img title="${result['id']}" class="albumArt" height="50" width="50"></div></td>
%endif
%if type == 'album':