From dabe58a7b6364aa59f80cf0370fed2272d0068dc Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Feb 2014 18:25:03 -0700 Subject: [PATCH] Test --- public/templates/bootstrap/admin/wallet/default.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/bootstrap/admin/wallet/default.tpl b/public/templates/bootstrap/admin/wallet/default.tpl index 39c4830f..b5c37f9b 100755 --- a/public/templates/bootstrap/admin/wallet/default.tpl +++ b/public/templates/bootstrap/admin/wallet/default.tpl @@ -115,11 +115,11 @@ {foreach from=$ACCOUNTADDRESSES[$ACCOUNT] key=ACCOUNT1 item=ADDRESS1} {if $ADDRESS1@iteration is even by 1} - {$ADDRESS1} + {$ADDRESS1} {else} - {$ADDRESS1} + {$ADDRESS1} {/if} {/foreach}