From: Ryan Wilson Date: Tue, 8 Mar 2016 21:26:38 +0000 (+0000) Subject: Bug 1252880 - Log In URL provided after Advanced Search is incorrectly formatted. X-Git-Tag: release-5.1.1~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57d04a5eb587ff0df31f4ede988b107f6d68a84f;p=thirdparty%2Fbugzilla.git Bug 1252880 - Log In URL provided after Advanced Search is incorrectly formatted. r=dkl --- diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 39b1f8538b..97d96a5af3 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 @@
  • | [% connector = "?" %] - [% IF cgi.request_method == "GET" AND cgi.query_string %] + [% IF cgi.query_string %] [% connector = "&" %] [% END %] [% script_url = login_target _ connector _ "GoAheadAndLogIn=1" %]