Commit 6d94220d authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 234264; eliminates a double escaping issue by removing filtering…

Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave.
parent 1ddabefa
......@@ -32,7 +32,7 @@
[% title = "$terms.Bug List" %]
[% IF searchname %]
[% title = title _ ": " _ searchname FILTER html %]
[% title = title _ ": " _ searchname %]
[% END %]
[% style_urls = [ "css/buglist.css" ] %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment