From 808347cb2fe11d7d0e0a424a64d5bb8f69d32b45 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 10 Dec 2013 09:17:27 +0100 Subject: [PATCH] [-] MO : Newsletter - FixBug #PSCSX-113 - Missing id in field desc --- admin-dev/themes/default/template/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index fe99348f7..782cadf24 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -615,7 +615,7 @@ {if is_array($field)} {foreach $field as $k => $p} {if is_array($p)} - {$p.text}
+ {$p.text}
{else} {$p} {if isset($field[$k+1])}
{/if}