diff themes/copyrighteous/entry.template @ 133:b5fc6377b32e

Updated to make the plural on 'comments' conditional.
author Steve Kemp <steve@steve.org.uk>
date Thu, 20 Dec 2007 12:59:28 +0000
parents cc467c882844
children c45e82e72bc4
line wrap: on
line diff
--- a/themes/copyrighteous/entry.template	Thu Dec 20 12:55:09 2007 +0000
+++ b/themes/copyrighteous/entry.template	Thu Dec 20 12:59:28 2007 +0000
@@ -32,7 +32,7 @@
 </div>
    <!-- tmpl_if name='comment_count' -->
     <span class="comments">
-     <!-- tmpl_var name='comment_count' --> comment(s).
+     <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
     </span>
    <!-- /tmpl_if -->