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}