[ADDED] Missing number_format

This commit is contained in:
Sebastian Grewe 2014-03-19 15:22:08 +01:00
parent 9f942a6a1a
commit e19f77f1ad

View File

@ -29,9 +29,9 @@
<tr> <tr>
<th>Est. Next Difficulty</td> <th>Est. Next Difficulty</td>
{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|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></a></td>
{else} {else}
<td><font size="2">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></td> <td><font size="2">{$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</font></td>
{/if} {/if}
</tr> </tr>
<tr> <tr>