Fix poster preview on small poster layout

This commit is contained in:
Supremicus 2014-11-14 07:52:54 +10:00
parent b9a3bd30d0
commit 02719ce23e
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* Change footer stats to not add newlines when copy/pasting from them
* Remove redundant references from Config / Help & Info
* Fix poster preview on small poster layout
### 0.3.0 (2014-11-12 14:30:00 UTC)

View file

@ -535,7 +535,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
#if $layout == 'small':
<td class="tvShow">
<div class="imgsmallposter $layout">
<a href="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=$layout" rel="dialog" title="$curShow.name">
<a href="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=poster" rel="dialog" title="$curShow.name">
<img src="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=poster_thumb" class="$layout" alt="$curShow.indexerid"/>
</a>
<a href="$sbRoot/home/displayShow?show=$curShow.indexerid" style="vertical-align: middle;">$curShow.name</a>