1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix typo breaking layout on comingeps

' should have been a "
This commit is contained in:
Supremicus 2014-11-10 21:15:36 +10:00
parent fe3024c815
commit d9c76b2f53

View File

@ -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