changeset 102:7a87c1556a0e

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:50:41 +0000
parents b67757b6fdae
children 6e6ccf3fa6ce
files themes/default/index.template themes/default/month.template themes/default/tags.template
diffstat 3 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/index.template	Wed Dec 12 17:49:50 2007 +0000
+++ b/themes/default/index.template	Wed Dec 12 17:50:41 2007 +0000
@@ -29,9 +29,9 @@
   <div class="body"><!-- tmpl_var name='body' --></div>
   <div class="tags">
    <!-- tmpl_if name='comment_count' -->
-   <span class="comments">
-   <!-- tmpl_var name='comment_count' --> comment(s).
-   </span>
+    <span class="comments">
+     <!-- tmpl_var name='comment_count' --> comment(s).
+    </span>
    <!-- /tmpl_if -->
 
    <!-- tmpl_if name='tags' -->
--- a/themes/default/month.template	Wed Dec 12 17:49:50 2007 +0000
+++ b/themes/default/month.template	Wed Dec 12 17:50:41 2007 +0000
@@ -37,7 +37,9 @@
  </div>
  <div class="tags">
  <!-- tmpl_if name='comment_count' -->
-   <!-- tmpl_var name='comment_count' --> comments.  
+   <span class="comments">
+    <!-- tmpl_var name='comment_count' --> comments.  
+   </span>
  <!-- /tmpl_if -->
 
  <!-- tmpl_if name='tags' -->
--- a/themes/default/tags.template	Wed Dec 12 17:49:50 2007 +0000
+++ b/themes/default/tags.template	Wed Dec 12 17:50:41 2007 +0000
@@ -38,8 +38,11 @@
  </div>
  <div class="tags">
  <!-- tmpl_if name='comment_count' -->
-   <!-- tmpl_var name='comment_count' --> comments.  
+   <span class="comments">
+    <!-- tmpl_var name='comment_count' --> comments.  
+   </span>
  <!-- /tmpl_if -->
+
  <!-- tmpl_if name='tags' -->
   Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->
  <!-- /tmpl_if -->