diff --git a/public/templates/mmcFE/statistics/blocks/default.tpl b/public/templates/mmcFE/statistics/blocks/default.tpl
index 2871cd01..72b3fc48 100644
--- a/public/templates/mmcFE/statistics/blocks/default.tpl
+++ b/public/templates/mmcFE/statistics/blocks/default.tpl
@@ -50,7 +50,7 @@ target and network difficulty and assuming a zero variance scenario.
{assign var=rank value=1}
{section block $BLOCKSFOUND}
- | {$BLOCKSFOUND[block].height} |
+ {$BLOCKSFOUND[block].height} |
{if $BLOCKSFOUND[block].confirmations >= $GLOBAL.confirmations}
Confirmed
diff --git a/public/templates/mmcFE/statistics/blocks/small_table.tpl b/public/templates/mmcFE/statistics/blocks/small_table.tpl
index 010b3557..7ddc03c8 100644
--- a/public/templates/mmcFE/statistics/blocks/small_table.tpl
+++ b/public/templates/mmcFE/statistics/blocks/small_table.tpl
@@ -13,7 +13,7 @@
{assign var=rank value=1}
{section block $BLOCKSFOUND}
|
- | {$BLOCKSFOUND[block].height} |
+ {$BLOCKSFOUND[block].height} |
{if $BLOCKSFOUND[block].is_anonymous|default:"0" == 1}anonymous{else}{$BLOCKSFOUND[block].finder|default:"unknown"|escape}{/if} |
{$BLOCKSFOUND[block].time|date_format:"%d/%m %H:%M:%S"} |
{$BLOCKSFOUND[block].shares|number_format} |