summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/list/list.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 9cb3f1357..a4d516e6c 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -24,6 +24,8 @@
[% unfiltered_title = "$terms.Bug List" %]
[% IF searchname || defaultsavename %]
[% unfiltered_title = unfiltered_title _ ": " _ (searchname OR defaultsavename) %]
+[% ELSIF quicksearch %]
+ [% unfiltered_title = unfiltered_title _ ": " _ quicksearch %]
[% END %]
[% title = unfiltered_title FILTER html %]