From 1d7bfbbc516fea853ba5f3bf35fd60a8f26304bc Mon Sep 17 00:00:00 2001 From: Matthew N Date: Thu, 26 Jan 2017 23:21:05 -0500 Subject: Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML title --- template/en/default/list/list.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index d825cf9ce..5e154f5df 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -33,6 +33,8 @@ [% title = "$terms.Bug List" %] [% IF searchname || defaultsavename %] [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %] +[% ELSIF quicksearch %] + [% title = title _ ": " _ quicksearch FILTER html %] [% END %] [% qorder = order FILTER uri IF order %] -- cgit v1.2.3-24-g4f1b