diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 430912e4d..d273366eb 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -51,7 +51,7 @@ {foreach $fieldset.form as $key => $field} {if $key == 'legend'} - {if isset($field.image)}{$field.title|escape:'htmlall'}{/if} + {if isset($field.image)}{$field.title|escape:'htmlall':'UTF-8'}}{/if} {$field.title} {elseif $key == 'description'} @@ -65,7 +65,7 @@ {if isset($input.label)}{/if} {/block} {if $input.type == 'hidden'} - + {else} {block name="start_field_block"}
@@ -224,7 +224,7 @@
{foreach $languages as $language}
- +
{/foreach}