diff options
-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" %] |