diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index 7f20f31b..a0bfeff9 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -149,7 +149,7 @@ {/if}
- {_view_other_comments} + {_view_other_comments} ({$commentsCount - 3}) {foreach $comments as $comment} {include "../comment.xml", comment => $comment, $compact => true} {/foreach}