]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 234264; eliminates a double escaping issue by removing filtering of...
authorjocuri%softhome.net <>
Tue, 24 Feb 2004 08:42:46 +0000 (08:42 +0000)
committerjocuri%softhome.net <>
Tue, 24 Feb 2004 08:42:46 +0000 (08:42 +0000)
template/en/default/list/list.html.tmpl

index f0e03cd422659aa1f582460fda1fb00a32cda8ae..82cf5dbfdb80dd819577cef256667fff5bbcdc06 100644 (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" ] %]