From e658f6a3e6af7bbcc68d235a58f2294a47074ab6 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 5 Jul 2011 00:22:06 -0400 Subject: Bug 666695 - Voting Extension templates have unfiltered directives r/a=mkanat --- .../en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Voting/template/en/default/hook/admin') diff --git a/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl b/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl index f799f1254..a753e3a66 100644 --- a/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl +++ b/extensions/Voting/template/en/default/hook/admin/users/confirm-delete-warn_safe.html.tmpl @@ -24,7 +24,7 @@ [% IF votes == 1 %] [%+ terms.abug %] [% ELSE %] - [%+ votes %] [%+ terms.bugs %] + [%+ votes FILTER html %] [%+ terms.bugs %] [% END %]. If you delete the user account, -- cgit v1.2.3-24-g4f1b