summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorRyan Wilson <theycallmefish@gmail.com>2016-03-08 22:26:38 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-03-08 22:26:38 +0100
commit57d04a5eb587ff0df31f4ede988b107f6d68a84f (patch)
tree09d6ba86dbb718110c0e406502f20e92e16c91e1 /template/en
parentf1c21a5652c66ab67214b4c5ae1ffc2aed538b18 (diff)
downloadbugzilla-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.tmpl2
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" %]