From 48b3196aff668b489cdba525d212ff9456ad48e3 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 21 Nov 2011 15:39:31 +0000 Subject: [PATCH] // Fix escaping in AdminTranslations --- admin-dev/themes/template/translations/translation_form.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/translations/translation_form.tpl b/admin-dev/themes/template/translations/translation_form.tpl index bb8e99d68..790ca019f 100644 --- a/admin-dev/themes/template/translations/translation_form.tpl +++ b/admin-dev/themes/template/translations/translation_form.tpl @@ -52,12 +52,12 @@ + value="{$value|regex_replace:'/"/':'"'|stripslashes}" /> {else} + >{$value|regex_replace:'/"/':'"'|stripslashes} {/if}