summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-05 21:24:36 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-05 21:24:40 +0200
commit6943a4a72bb2279ecc21ea2270e52f90af6ec689 (patch)
treec24783e3c7d9bb22ea3eb6bfa40fb5f99819ca06 /template/en/default/global
parent719df4bccf009915cd10e145ce18e9e8ddffb435 (diff)
downloadbugzilla-6943a4a72bb2279ecc21ea2270e52f90af6ec689.tar.gz
bugzilla-6943a4a72bb2279ecc21ea2270e52f90af6ec689.tar.xz
[testing] urlbase needs filter
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/header.html.tmpl2
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 9d8fa9449..215afefd0 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -335,7 +335,7 @@
[% IF use_login_page %]
<li>
- <a href="[% urlbase %]login">Log In</a>
+ <a href="[% urlbase FILTER html %]login">Log In</a>
</li>
[% ELSE %]
[%# Only display one login form when we're on a LOGIN_REQUIRED page. That