diff --git a/templates/CommentReplies.ss b/templates/CommentReplies.ss index 0b8d9a4..f076576 100644 --- a/templates/CommentReplies.ss +++ b/templates/CommentReplies.ss @@ -6,15 +6,15 @@
- <% loop $Replies %> + <% loop $PagedReplies %>-
<% include CommentsInterface_singlecomment %>
<% end_loop %>
- <% with $Replies %> + <% with $PagedReplies %> <% include ReplyPagination %> <% end_with %> <% end_if %>