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.

git-svn-id: svn://10.0.0.236/trunk@153126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jocuri%softhome.net 2004-02-24 00:42:46 +00:00
parent 98a39bf82e
commit f7cf4cdec8

View File

@ -32,7 +32,7 @@
[% title = "$terms.Bug List" %]
[% IF searchname %]
[% title = title _ ": " _ searchname FILTER html %]
[% title = title _ ": " _ searchname %]
[% END %]
[% style_urls = [ "css/buglist.css" ] %]