From 5802599c4c23b92aee027d763d73002d1880e31e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 11 Sep 2014 01:49:24 +0200 Subject: Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 spec about valid keywords r=dkl a=sgreen --- template/en/default/account/auth/login-small.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/account') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 5868b8671..790c135bf 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -9,6 +9,9 @@ [%# Use the current script name. If an empty name is returned, # then we are accessing the home page. %] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + [% login_target = cgi.url("-relative" => 1, "-query" => 1) %] [% IF !login_target OR login_target.match("^token.cgi") %] [% login_target = "index.cgi" %] -- cgit v1.2.3-24-g4f1b