diff themes/default/tags.template @ 15:b8a289afc783

2007-08-14 17:47:09 by steve Syntax fixes on the sidebar to make sure we have proper nesting.
author steve
date Tue, 14 Aug 2007 17:47:09 +0000
parents 3a684eb36140
children 393cf6c9301b
line wrap: on
line diff
--- a/themes/default/tags.template	Tue Aug 14 17:45:44 2007 +0000
+++ b/themes/default/tags.template	Tue Aug 14 17:47:09 2007 +0000
@@ -54,7 +54,6 @@
 
 <!-- tmpl_if name='tagcloud' -->
 <h2>Tags</h2>
-<!-- Tag Cloud -->
 <ul>
 <!-- tmpl_loop name='tagcloud' -->
  <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
@@ -63,4 +62,4 @@
 <!-- /tmpl_if -->
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>