From 4783cb17c540e3d4b43c4a35b650a45846fc3925 Mon Sep 17 00:00:00 2001 From: ldecoker Date: Tue, 16 Apr 2013 18:34:20 +0300 Subject: [PATCH] ";" in wrong place Should be after display but inside quotes --- .../template/controllers/attributes/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl index f5cc56a04..365736bbd 100644 --- a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl @@ -27,7 +27,7 @@ {block name="label"} {if $input.type == 'color'} -
+
{/if} {$smarty.block.parent} {/block}