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}