Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-08-31 21:06:36 (GMT)
committer moritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-08-31 21:06:36 (GMT)
commit18c91f7345d4e29b119514a6a7eb6493fcccfcf6 (patch)
tree4626d07913378be3abd13421441e00193dc18762
parent5b416e018284cf4922461e7b77ba9d48ac6f705c (diff)
[irclog] enable default_escape in search template, jrtayloriv++
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@28149 c213334d-75ef-0310-aa23-eaa082d1ae64
-rwxr-xr-xcgi/search.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/search.pl b/cgi/search.pl
index 891096a..358176e 100755
--- a/cgi/search.pl
+++ b/cgi/search.pl
@@ -30,6 +30,7 @@ my $t = HTML::Template->new(
filename => "template/search.tmpl",
global_vars => 1,
die_on_bad_params => 0,
+ default_escape => 'html',
);
$t->param(BASE_URL => $base_url);
my $start = $q->param("start") || 0;