Commit 57d04a5e authored by Ryan Wilson's avatar Ryan Wilson Committed by David Lawrence

Bug 1252880 - Log In URL provided after Advanced Search is incorrectly formatted.

r=dkl
parent f1c21a56
......@@ -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" %]
......
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