diff options
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 977273f..1a20fbc 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -118,7 +118,7 @@ {if $gBitSystem->isFeatureActive( 'blog_posts_comments' )} {if $spacer} • {/if} {if $showDescriptionsOnly}<a href="{$post_info.display_url}#editcomments">{/if} - {tr}{$post_info.num_comments} Comment{if $post_info.num_comments > 1}s{/if}{/tr} + {$post_info.num_comments} {if $post_info.num_comments neq 1}{tr}Comments{/tr}{else}{tr}Comment{/tr}{/if} {if $showDescriptionsOnly}</a>{/if} {/if} </div> {* end .footer *} |
