diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-04-05 21:24:36 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-04-05 21:24:40 +0200 |
commit | 6943a4a72bb2279ecc21ea2270e52f90af6ec689 (patch) | |
tree | c24783e3c7d9bb22ea3eb6bfa40fb5f99819ca06 /template/en/default | |
parent | 719df4bccf009915cd10e145ce18e9e8ddffb435 (diff) | |
download | bugzilla-6943a4a72bb2279ecc21ea2270e52f90af6ec689.tar.gz bugzilla-6943a4a72bb2279ecc21ea2270e52f90af6ec689.tar.xz |
[testing] urlbase needs filter
Diffstat (limited to 'template/en/default')
-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 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 |