aboutsummaryrefslogtreecommitdiff
path: root/templates/archivepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 06:22:06 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 06:22:06 +0000
commit03e54381556d95b7d6bcbc8eb5442e40c0537c09 (patch)
tree099d1a9061ea27bdcdab1ff95446f4f7b966b89c /templates/archivepage.tmpl
parent1c65ca492295e754dfd9986f91b08eb0876d09b9 (diff)
downloadikiwiki-03e54381556d95b7d6bcbc8eb5442e40c0537c09.tar
ikiwiki-03e54381556d95b7d6bcbc8eb5442e40c0537c09.tar.gz
oh, this is confusing, it needs escaping in <title>, but not when it's used
inline, already escaped there
Diffstat (limited to 'templates/archivepage.tmpl')
-rw-r--r--templates/archivepage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archivepage.tmpl b/templates/archivepage.tmpl
index 7e8b8b8fc..6bc789dfb 100644
--- a/templates/archivepage.tmpl
+++ b/templates/archivepage.tmpl
@@ -1,5 +1,5 @@
<p>
-<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE ESCAPE=HTML></a><br />
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
<i>
Posted <TMPL_VAR CTIME>
</i>