From 2e6f98dbf14a71f8197165f7df8fecde1b5555bf Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Sun, 22 Jan 2017 19:38:42 -0800 Subject: Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML title. r=dylan --- 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 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 %] -- cgit v1.2.3-24-g4f1b