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