Merge pull request #1084 from TheSerapher/issue-1081

[FIX] Minor display fix
This commit is contained in:
Sebastian Grewe 2013-12-23 12:06:27 -08:00
commit 4acd29f39b

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>