diff options
author | Ryan Wilson <theycallmefish@gmail.com> | 2016-03-08 22:26:38 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-03-08 22:26:38 +0100 |
commit | 57d04a5eb587ff0df31f4ede988b107f6d68a84f (patch) | |
tree | 09d6ba86dbb718110c0e406502f20e92e16c91e1 /template/en | |
parent | f1c21a5652c66ab67214b4c5ae1ffc2aed538b18 (diff) | |
download | bugzilla-57d04a5eb587ff0df31f4ede988b107f6d68a84f.tar.gz bugzilla-57d04a5eb587ff0df31f4ede988b107f6d68a84f.tar.xz |
Bug 1252880 - Log In URL provided after Advanced Search is incorrectly formatted.
r=dkl
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 39b1f8538..97d96a5af 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -20,7 +20,7 @@ <li id="mini_login_container[% qs_suffix %]"> <span class="separator">| </span> [% connector = "?" %] - [% IF cgi.request_method == "GET" AND cgi.query_string %] + [% IF cgi.query_string %] [% connector = "&" %] [% END %] [% script_url = login_target _ connector _ "GoAheadAndLogIn=1" %] |