diff options
Diffstat (limited to 'client/html/comment_list.tpl')
| -rw-r--r-- | client/html/comment_list.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/html/comment_list.tpl b/client/html/comment_list.tpl index 5e33458..91339cd 100644 --- a/client/html/comment_list.tpl +++ b/client/html/comment_list.tpl @@ -1,6 +1,4 @@ <div class='comments'> - <% if (ctx.canListComments && ctx.comments.length) { %> - <ul> - </ul> - <% } %> + <ul> + </ul> </div> |