summaryrefslogtreecommitdiffstats
path: root/template/default/prefs/userprefs.tmpl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-04-07 13:13:31 +0200
committerbbaetz%student.usyd.edu.au <>2002-04-07 13:13:31 +0200
commit91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e (patch)
treeae48a5143c8a977e8a15bc2ad9faf1defd38f70b /template/default/prefs/userprefs.tmpl
parentae8a18de80c43febc782c4f398e75fdf89281601 (diff)
downloadbugzilla-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.gz
bugzilla-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.xz
Bug 133423 - Audit templates for FILTER usage
r=gerv, justdave
Diffstat (limited to 'template/default/prefs/userprefs.tmpl')
-rw-r--r--template/default/prefs/userprefs.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/default/prefs/userprefs.tmpl b/template/default/prefs/userprefs.tmpl
index 8992794b1..5d9fc6eb3 100644
--- a/template/default/prefs/userprefs.tmpl
+++ b/template/default/prefs/userprefs.tmpl
@@ -34,10 +34,11 @@
# displaying anything, and can contain an optional custom
# message if required (which Perl still evaluates as True).
#%]
-
+
+[% filtered_login = login FILTER html %]
[% INCLUDE global/header
title = "User Preferences"
- h2 = login
+ h2 = filtered_login
style = "td.selected_tab {
border-width: 2px 2px 0px;
border-style: solid;