diff --git a/admin-dev/themes/default/template/layout.tpl b/admin-dev/themes/default/template/layout.tpl
index aafea338d..20ce8ad9e 100644
--- a/admin-dev/themes/default/template/layout.tpl
+++ b/admin-dev/themes/default/template/layout.tpl
@@ -26,7 +26,7 @@
{include file='header.tpl'}
{if isset($conf)}
- {$conf}
+ {$conf|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/if}
{if count($errors) && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)}
@@ -42,7 +42,7 @@
{foreach $errors as $error}
- - {$error|escape:html:'UTF-8'}
+ - {$error|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
@@ -52,7 +52,7 @@
{if isset($informations) && count($informations) && $informations}
{foreach $informations as $info}
- {$info|escape:html:'UTF-8'}
+ {$info|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
@@ -60,7 +60,7 @@
{if isset($confirmations) && count($confirmations) && $confirmations}
{foreach $confirmations as $conf}
- {$conf|escape:html:'UTF-8'}
+ {$conf|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
@@ -78,13 +78,13 @@
1}style="display:none;"{/if} id="seeMore">
{foreach $warnings as $warning}
- - {$warning|escape:html:'UTF-8'}
+ - {$warning|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/foreach}
{else}
{foreach $warnings as $warning}
- - {$warning|escape:html:'UTF-8'}
+ - {$warning|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}