From b941ac007b488fd90523695e0a397bfe2df87f61 Mon Sep 17 00:00:00 2001 From: Tomasz Slominski Date: Mon, 7 Oct 2013 09:57:55 +0200 Subject: [PATCH] bugfix: button tag on line 56 weren't closed --- .../controllers/carrier_wizard/helpers/form/form_ranges.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl index b19611d31..9fe9b9030 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl @@ -40,7 +40,7 @@ {foreach from=$ranges key=r item=range} -   {$currency_sign} {/foreach} @@ -53,7 +53,7 @@ {if $smarty.foreach.ranges.first}   {else} - {/if} {/foreach}