diff options
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 7c7fd4f84..ea4104cf6 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -299,7 +299,7 @@ # required to log in. #%] [% IF user.authorizer.can_login && !Bugzilla.page_requires_login %] - [% PROCESS "account/auth/login-small.html.tmpl" %] + [% PROCESS "account/auth/login-small.html.tmpl" qs_suffix = "_top" %] [% END %] </ul> [% END %] |