changeset 125:d92b3a94002b

Fixed broken HTML::Template syntax
author Steve Kemp <steve@steve.org.uk>
date Sun, 16 Dec 2007 20:28:45 +0000
parents 542db30ec219
children 5225c6026410
files themes/copyrighteous/tags.template
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/themes/copyrighteous/tags.template	Sun Dec 16 20:27:53 2007 +0000
+++ b/themes/copyrighteous/tags.template	Sun Dec 16 20:28:45 2007 +0000
@@ -34,7 +34,7 @@
 <div id="story">
 <!-- tmpl_var name='body' -->
 </div>
-<a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='link' -->">Permalink</a>
+<a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a>
 <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>