Comments show like they are supposed to but when there are no_results, nothing shows up. I just get a blank.
Using 2.1.3 Build 20101220
Here is my code:
Article Comments
{exp:comment:entries channel="articles"}
{if no_results}
<div class=“comment-content”>
There are currently no comments.
</div>
{/if}
<div class=“comment-content”>
{comment}
</div>
{/exp:comment:entries}