diff themes/copyrighteous/entry.template @ 117:cc467c882844

More fixups for exscapeing.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 13:58:56 +0000
parents 4e8f0bbe88fb
children b5fc6377b32e
line wrap: on
line diff
--- a/themes/copyrighteous/entry.template	Thu Dec 13 13:57:18 2007 +0000
+++ b/themes/copyrighteous/entry.template	Thu Dec 13 13:58:56 2007 +0000
@@ -37,7 +37,7 @@
    <!-- /tmpl_if -->
 
 Permalink 
-<span class="tags"><!-- tmpl_if name='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 --> </span> 
+<span class="tags"><!-- tmpl_if name='tags' -->| <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --><!-- /tmpl_if --> </span> 
 </div>
 </div>
 </div>
@@ -65,7 +65,7 @@
 <span class="rightMenu">Tags</span><br />
 <ul>
 <!-- tmpl_loop name='tagcloud' -->
- <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
+ <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html'  -->"><!-- tmpl_var name='tag' escape='html' --> (<!-- tmpl_var name='count' -->)</a></li>
 <!-- /tmpl_loop -->
 </ul>
 <!-- /tmpl_if -->