summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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