diff options
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] %] |