From e6810f7be578d94de701d121bcd73085d1008de3 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 11 Sep 2012 12:42:16 +0000 Subject: [PATCH] // small fix --- admin-dev/themes/default/template/layout.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} -
  1. {$error|escape:html:'UTF-8'}
  2. +
  3. {$error|html_entity_decode:$smarty.const.ENT_QUOTES:'UTF-8'|escape:'htmlall':'UTF-8'}
  4. {/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 @@ {else} {/if}