[FIX] Minor display fix

This commit is contained in:
Sebastian Grewe 2013-12-23 21:06:08 +01:00
parent 35c2624b94
commit 96085cb683

View File

@ -28,7 +28,7 @@
{if ! $GLOBAL.website.chaininfo.disabled} {if ! $GLOBAL.website.chaininfo.disabled}
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></a></td> <td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></a></td>
{else} {else}
<td><font size="2">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.EstNextDifficulty} Blocks)</font></td> <td><font size="2">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></td>
{/if} {/if}
</tr> </tr>
<tr> <tr>