diff options
author | gerv%gerv.net <> | 2003-09-07 02:23:09 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2003-09-07 02:23:09 +0000 |
commit | 026539311662235ea26f5f3cfe885322846db6fb (patch) | |
tree | 97ded73af263f79157ec928cc0fc56c82e8b9334 /template/en/default/bug/votes | |
parent | 94266c521b3e388b41f3dd6f74948a9ec71997d5 (diff) | |
download | bugs-026539311662235ea26f5f3cfe885322846db6fb.tar bugs-026539311662235ea26f5f3cfe885322846db6fb.tar.gz bugs-026539311662235ea26f5f3cfe885322846db6fb.tar.bz2 bugs-026539311662235ea26f5f3cfe885322846db6fb.tar.xz bugs-026539311662235ea26f5f3cfe885322846db6fb.zip |
Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default/bug/votes')
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index bcb5956ea..1505713ff 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -21,9 +21,9 @@ [% PROCESS global/variables.none.tmpl %] +[% h2 = voting_user.login FILTER html %] [% PROCESS global/header.html.tmpl title = "Show Votes" - h2 = voting_user.name %] [% canedit = 1 IF voting_user.login == user.login %] |