aboutsummaryrefslogtreecommitdiff
path: root/templates/archivepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 06:05:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-21 06:05:21 +0000
commit1c65ca492295e754dfd9986f91b08eb0876d09b9 (patch)
treef5ef8f767cf58055381e730e88a56f30ffa586b6 /templates/archivepage.tmpl
parent9bf29d60b2b44c16e9c3aaf1f4ff78a694f3c194 (diff)
downloadikiwiki-1c65ca492295e754dfd9986f91b08eb0876d09b9.tar
ikiwiki-1c65ca492295e754dfd9986f91b08eb0876d09b9.tar.gz
* Fix a few bugs around page titles containing html. The worst of these
is an actual security hole as it allows insertion of html into the title element of a page, which is not processed by the htmlscrubber.
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 6bc789dfb..7e8b8b8fc 100644
--- a/templates/archivepage.tmpl
+++ b/templates/archivepage.tmpl
@@ -1,5 +1,5 @@
<p>
-<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE ESCAPE=HTML></a><br />
<i>
Posted <TMPL_VAR CTIME>
</i>