mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 19:08:02 -05:00
Fix typo breaking layout on comingeps
' should have been a "
This commit is contained in:
parent
fe3024c815
commit
d9c76b2f53
@ -421,7 +421,7 @@
|
|||||||
<td class="next_episode">
|
<td class="next_episode">
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<span class="tvshowTitle">
|
<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']):
|
#if int($cur_result['paused']):
|
||||||
<span class="pause">[paused]</span>
|
<span class="pause">[paused]</span>
|
||||||
#end if
|
#end if
|
||||||
|
Loading…
Reference in New Issue
Block a user