Skip to content

Commit

Permalink
Bug 1332976 - Include quicksearch query string in the buglist.cgi HTM…
Browse files Browse the repository at this point in the history
…L title. r=dylan
  • Loading branch information
mnoorenberghe authored and dylanwh committed Feb 14, 2017
1 parent 64794cc commit 2e6f98d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/en/default/list/list.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 %]

Expand Down

0 comments on commit 2e6f98d

Please sign in to comment.