From 57d04a5eb587ff0df31f4ede988b107f6d68a84f Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 8 Mar 2016 21:26:38 +0000 Subject: Bug 1252880 - Log In URL provided after Advanced Search is incorrectly formatted. r=dkl --- template/en/default/account/auth/login-small.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 @@
  • | [% connector = "?" %] - [% IF cgi.request_method == "GET" AND cgi.query_string %] + [% IF cgi.query_string %] [% connector = "&" %] [% END %] [% script_url = login_target _ connector _ "GoAheadAndLogIn=1" %] -- cgit v1.2.3-24-g4f1b