fix for images on Manage Comics tab (thnx nonliteral for the help)

This commit is contained in:
evilhero 2012-09-26 23:39:19 -04:00
parent 15ed313ed5
commit a05f62cee7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
%>
<tr class="grade${grade}">
<td id="select"><input type="checkbox" name="${comic['ComicID']}" class="checkbox" /></td>
<td id="albumart"><div><img class="albumArt" src="${comic['ComicImage']}" height="75" width="50"></div></td>
<td id="albumart"><div><img src="${comic['ComicImage']}" height="75" width="50"></div></td>
<td id="name"><span title="${comic['ComicSortName']}"></span><a href="artistPage?ComicID=${comic['ComicID']}">${comic['ComicName']} (${comic['ComicYear']})</a></td>
<td id="status">${comic['Status']}</td>
<td id="latest">${comic['LatestIssue']} (${comic['LatestDate']})</td>