IMP: missed an abbreviation

This commit is contained in:
evilhero 2013-10-01 13:42:39 -04:00
parent 732d93e109
commit 336a8d1b46
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<td id="filename">${item['ComicName']}</td> <td id="filename">${item['ComicName']}</td>
<td id="issue">${item['Issue_Number']}</td> <td id="issue">${item['Issue_Number']}</td>
<td id="status">${item['Status']} <td id="status">${item['Status']}
%if item['Provider'] == 'ComicBT' or item['Provider'] == 'KAT': %if item['Provider'] == 'CBT' or item['Provider'] == 'KAT':
<img src="interfaces/default/images/torrent-icon.png" height="20" width="20" title="${item['Provider']}" /> <img src="interfaces/default/images/torrent-icon.png" height="20" width="20" title="${item['Provider']}" />
%endif %endif
</td> </td>