From f0544da7dc9ed33c300c4ab7c499772ae1aab823 Mon Sep 17 00:00:00 2001 From: bMancone Date: Wed, 21 Dec 2011 16:13:02 +0000 Subject: [PATCH] // fixed form.tpl git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11506 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/helper/form/form.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/helper/form/form.tpl b/admin-dev/themes/template/helper/form/form.tpl index e0de94288..bf33dac9b 100644 --- a/admin-dev/themes/template/helper/form/form.tpl +++ b/admin-dev/themes/template/helper/form/form.tpl @@ -157,7 +157,7 @@ {else} {if $fields_value[$input.name] == $option[$input.options.options.id]}selected="selected"{/if} {/if} - >{$option[$input.options.options.name]|escape:'htmlall':'UTF-8'} + >{$option[$input.options.options.name]} {/foreach} {/foreach} @@ -171,7 +171,7 @@ {else} {if $fields_value[$input.name] == $option[$input.options.id]}selected="selected"{/if} {/if} - >{$option[$input.options.name]|escape:'htmlall':'UTF-8'} + >{$option[$input.options.name]} {/foreach} {/if}