diff --git a/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl b/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl
index a4591818..8b58d99e 100644
--- a/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl
+++ b/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl
@@ -6,7 +6,7 @@
{if $cconf.multiple && is_array($parseValue[$c])}
- {foreach from=$parseValue[$c] item=$cval}
+ {foreach from=$parseValue[$c] item=cval}
- {$cval.translated}
{/foreach}
{else}
@@ -21,7 +21,7 @@
{else}
{uniqid var="uuid"}
- {foreach from=$components key=$c item=$cconf name=components}
+ {foreach from=$components key=c item=cconf name=components}