diff --git a/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl b/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl
index f07de80c..776740fb 100644
--- a/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl
+++ b/public/templates/bootstrap/statistics/blocks/block_shares_graph.tpl
@@ -38,7 +38,7 @@ $(function () {
- Block Shares
+ Block Shares
diff --git a/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl b/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
index 0bde8f06..afdcfe5a 100644
--- a/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
+++ b/public/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
@@ -2,7 +2,7 @@
- Last {$BLOCKLIMIT} Blocks Found
+ Last {$BLOCKLIMIT} Blocks Found
diff --git a/public/templates/bootstrap/statistics/blocks/small_table.tpl b/public/templates/bootstrap/statistics/blocks/small_table.tpl
index 15f458f7..b542f610 100755
--- a/public/templates/bootstrap/statistics/blocks/small_table.tpl
+++ b/public/templates/bootstrap/statistics/blocks/small_table.tpl
@@ -1,7 +1,7 @@
- Last Found Blocks
+ Last Found Blocks
diff --git a/public/templates/bootstrap/statistics/graphs/default.tpl b/public/templates/bootstrap/statistics/graphs/default.tpl
index 1cef5077..181b6f48 100644
--- a/public/templates/bootstrap/statistics/graphs/default.tpl
+++ b/public/templates/bootstrap/statistics/graphs/default.tpl
@@ -92,7 +92,7 @@ $(function () {
- Stats
+ Stats
diff --git a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
index 545d56a0..32db79ae 100755
--- a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
+++ b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
@@ -1,7 +1,7 @@
- Contributor Hashrates
+ Contributor Hashrates
diff --git a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
index a6762801..fcca8e99 100755
--- a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
+++ b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
@@ -1,7 +1,7 @@
- Contributor Shares
+ Contributor Shares
diff --git a/public/templates/bootstrap/statistics/pool/general_stats.tpl b/public/templates/bootstrap/statistics/pool/general_stats.tpl
index b46d6a24..73283ade 100755
--- a/public/templates/bootstrap/statistics/pool/general_stats.tpl
+++ b/public/templates/bootstrap/statistics/pool/general_stats.tpl
@@ -1,7 +1,7 @@
- General Statistics
+ General Statistics
diff --git a/public/templates/bootstrap/statistics/round/block_stats.tpl b/public/templates/bootstrap/statistics/round/block_stats.tpl
index a1483713..60e972d8 100755
--- a/public/templates/bootstrap/statistics/round/block_stats.tpl
+++ b/public/templates/bootstrap/statistics/round/block_stats.tpl
@@ -1,54 +1,60 @@
-
-
-
-
-
- |
-
- |
-
-
- |
-
-
- | ID |
- {$BLOCKDETAILS.id|number_format:"0"|default:"0"} |
- Height |
- {if ! $GLOBAL.website.blockexplorer.disabled}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"} |
- {else}
- {$BLOCKDETAILS.height|number_format:"0"|default:"0"} |
- {/if}
- Amount |
- {$BLOCKDETAILS.amount|number_format|default:"0"} |
- Confirmations |
- {if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
- Confirmed
- {else if $BLOCKDETAILS.confirmations == -1}
- Orphan
- {else if $BLOCKDETAILS.confirmations == 0}0
- {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if} |
-
-
- | Difficulty |
- {$BLOCKDETAILS.difficulty|default:"0"} |
- Time |
- {$BLOCKDETAILS.time|default:"0"} |
- Shares |
- {$BLOCKDETAILS.shares|number_format:"0"|default:"0"} |
- Finder |
- {$BLOCKDETAILS.finder|default:"unknown"} |
-
-
-
-