mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #141 from Supremicus/feature/fix_comingeps_typo
Fix typo breaking layout on comingeps
This commit is contained in:
commit
f03a3c9df1
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@
|
|||
<td class="next_episode">
|
||||
<div class="clearfix">
|
||||
<span class="tvshowTitle">
|
||||
<a href="$sbRoot/home/displayShow?show=${cur_result['showid']}'>$cur_result['show_name']
|
||||
<a href="$sbRoot/home/displayShow?show=${cur_result['showid']}">$cur_result['show_name']
|
||||
#if int($cur_result['paused']):
|
||||
<span class="pause">[paused]</span>
|
||||
#end if
|
||||
|
|
Loading…
Reference in a new issue