From c785af95c383c22cb83d94a09e7492a790f5b2fd Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Sun, 23 Mar 2014 00:42:11 +0100 Subject: [PATCH] [UPDATE] changed link behavior --- public/templates/bootstrap/account/transactions/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/bootstrap/account/transactions/default.tpl b/public/templates/bootstrap/account/transactions/default.tpl index b5635569..9c1bc2b2 100644 --- a/public/templates/bootstrap/account/transactions/default.tpl +++ b/public/templates/bootstrap/account/transactions/default.tpl @@ -75,7 +75,7 @@ {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true} {if ! $GLOBAL.website.transactionexplorer.disabled} - {$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} + {$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} {else} {$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} {/if}