diff --git a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
index 834c0fe2..1f054a86 100644
--- a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
+++ b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
@@ -59,7 +59,7 @@
{$BLOCKSFOUND[block].shares|number_format} |
{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares}
- {$percentage|number_format:"2"}
+ {$percentage|number_format:"2"}
|
{/section}
@@ -70,7 +70,7 @@
{$pplnsshares|number_format} |
{/if}
{$totalshares|number_format} |
- {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if} |
+ {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if} |