From 3ec7f9445612f03f4b07bb8313f4d04b2abb3d85 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}