summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-09-11 01:49:24 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-09-11 01:49:24 +0200
commit5802599c4c23b92aee027d763d73002d1880e31e (patch)
treed31b3d0ed2558851e300a4b5f2e1fef26ae44215 /template/en/default/account
parentb8ecdca238744552db04acb5450ce078d9760a4c (diff)
downloadbugzilla-5802599c4c23b92aee027d763d73002d1880e31e.tar.gz
bugzilla-5802599c4c23b92aee027d763d73002d1880e31e.tar.xz
Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 spec about valid <link rel="..."> keywords
r=dkl a=sgreen
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl3
1 files changed, 3 insertions, 0 deletions
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" %]