Fix typo in logic to display comments tally
This commit is contained in:
@@ -41,7 +41,7 @@ or
|
|||||||
<span><label>Flag:</label> <!--% display_explicit(show.explicit) %-->.</span>
|
<span><label>Flag:</label> <!--% display_explicit(show.explicit) %-->.</span>
|
||||||
<span><!--% show_series(show.series, show.seriesid) %--></span> <br>
|
<span><!--% show_series(show.series, show.seriesid) %--></span> <br>
|
||||||
<!--% IF hide_tags == "" %--><!--% display_tags(show.tags) %--><!--% END %-->
|
<!--% IF hide_tags == "" %--><!--% display_tags(show.tags) %--><!--% END %-->
|
||||||
<!--% IF show.comentsTally || show.commentsTally == 0 %-->
|
<!--% IF show.commentsTally || show.commentsTally == 0 %-->
|
||||||
<span><label>Comments:</label> <!--% display_comments_tally(show.id, show.commentsTally) %--></span>
|
<span><label>Comments:</label> <!--% display_comments_tally(show.id, show.commentsTally) %--></span>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|||||||
Reference in New Issue
Block a user