diff options
author | reed%reedloden.com <> | 2008-01-12 17:40:11 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2008-01-12 17:40:11 +0000 |
commit | 6724564ea0bce0d971480711fe5d89f38b7be28b (patch) | |
tree | e5b43fbccbfedb89f98a8a73667369c44832dea0 | |
parent | 7f66bb39e73161d3ca488fce0546932451f44df3 (diff) | |
download | bugs-6724564ea0bce0d971480711fe5d89f38b7be28b.tar bugs-6724564ea0bce0d971480711fe5d89f38b7be28b.tar.gz bugs-6724564ea0bce0d971480711fe5d89f38b7be28b.tar.bz2 bugs-6724564ea0bce0d971480711fe5d89f38b7be28b.tar.xz bugs-6724564ea0bce0d971480711fe5d89f38b7be28b.zip |
Bug 412059 - ""Impersonate this user" link on editusers.cgi uses incorrect filter" [p=reed r+a=LpSolit]
-rw-r--r-- | template/en/default/admin/users/userdata.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index cb3da3b13..feee4c5d6 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -30,7 +30,7 @@ [% IF !otheruser.groups.bz_sudo_protect %] <br /> <a href="relogin.cgi?action=prepare-sudo&target_login= - [%- otheruser.login FILTER html %]">Impersonate this user</a> + [%- otheruser.login FILTER url_quote %]">Impersonate this user</a> [% END %] [% END %] [% ELSE %] |