mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 00:02:38 +00:00
fix for images on Manage Comics tab (thnx nonliteral for the help)
This commit is contained in:
parent
15ed313ed5
commit
a05f62cee7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue