Commit 2e6f98db authored by Matthew Noorenberghe's avatar Matthew Noorenberghe Committed by Dylan William Hardison

Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML title. r=dylan

parent 64794ccd
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
[% unfiltered_title = "$terms.Bug List" %] [% unfiltered_title = "$terms.Bug List" %]
[% IF searchname || defaultsavename %] [% IF searchname || defaultsavename %]
[% unfiltered_title = unfiltered_title _ ": " _ (searchname OR defaultsavename) %] [% unfiltered_title = unfiltered_title _ ": " _ (searchname OR defaultsavename) %]
[% ELSIF quicksearch %]
[% unfiltered_title = unfiltered_title _ ": " _ quicksearch %]
[% END %] [% END %]
[% title = unfiltered_title FILTER html %] [% title = unfiltered_title FILTER html %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment