diff --git a/templates/bootstrap/statistics/pool/general_stats.tpl b/templates/bootstrap/statistics/pool/general_stats.tpl
index d9bbcb68..9e78bcb8 100644
--- a/templates/bootstrap/statistics/pool/general_stats.tpl
+++ b/templates/bootstrap/statistics/pool/general_stats.tpl
@@ -21,7 +21,7 @@
| Current Difficulty |
{if ! $GLOBAL.website.chaininfo.disabled}
- {$NETWORK.difficulty|number_format:"8"} |
+ {$NETWORK.difficulty|number_format:"8"} |
{else}
{$NETWORK.difficulty|number_format:"8"} |
{/if}
@@ -36,7 +36,7 @@
| Est. Avg. Time per Round (Network) |
- {$NETWORK.EstTimePerBlock|seconds_to_words} |
+ {$NETWORK.EstTimePerBlock|seconds_to_words} |
| Est. Avg. Time per Round (Pool) |
@@ -49,7 +49,7 @@
{if ! $GLOBAL.website.blockexplorer.disabled}
| Next Network Block |
- {($CURRENTBLOCK + 1)|number_format} (Current: {$CURRENTBLOCK|number_format}) |
+ {($CURRENTBLOCK + 1)|number_format} (Current: {$CURRENTBLOCK|number_format}) |
{else}