From 03e54381556d95b7d6bcbc8eb5442e40c0537c09 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 21 Mar 2007 06:22:06 +0000 Subject: oh, this is confusing, it needs escaping in , but not when it's used inline, already escaped there --- templates/titlepage.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/titlepage.tmpl') diff --git a/templates/titlepage.tmpl b/templates/titlepage.tmpl index 0676a098e..f5cd5bc53 100644 --- a/templates/titlepage.tmpl +++ b/templates/titlepage.tmpl @@ -1 +1 @@ -<p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE ESCAPE=HTML></a></p> +<p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p> -- cgit v1.2.3