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}