From 6d94220d7b98356740d7d7e3a64c437bc7a83993 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 24 Feb 2004 08:42:46 +0000 Subject: Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden ; r=gerv; a=justdave. --- template/en/default/list/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index f0e03cd42..82cf5dbfd 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -32,7 +32,7 @@ [% title = "$terms.Bug List" %] [% IF searchname %] - [% title = title _ ": " _ searchname FILTER html %] + [% title = title _ ": " _ searchname %] [% END %] [% style_urls = [ "css/buglist.css" ] %] -- cgit v1.2.3-24-g4f1b