Series title will be shown as alt text when series doesn't have poster (poster view)

Fixed: Series without posters will use text instead of image on poster view
This commit is contained in:
Mark McDowall
2013-10-07 22:22:19 -07:00
parent 0d7097a682
commit 224100b46e
2 changed files with 13 additions and 10 deletions
@@ -11,7 +11,7 @@
<div class="ended-banner">Ended</div>
{{/unless_eq}}
<a href="{{route}}">
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
<img class="series-poster" src="{{poster}}" alt="{{title}}">
</a>
</div>
</div>