From ab7ca08a2316acf966f6a932616dd61de5095244 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Sat, 17 Jan 2015 13:04:09 +0100 Subject: [PATCH] Escape admin import --- onyx/tpl/bootstrap/admin/import_users.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onyx/tpl/bootstrap/admin/import_users.tpl b/onyx/tpl/bootstrap/admin/import_users.tpl index 4f33e44b..3ad30fee 100644 --- a/onyx/tpl/bootstrap/admin/import_users.tpl +++ b/onyx/tpl/bootstrap/admin/import_users.tpl @@ -13,10 +13,10 @@ {if isset($pass)}

Pass

-
{$pass}
+
{$pass|escape}
{/if} {if isset($output)}

Output

-
{$output}
+
{$output|escape}
{/if} {/block}