diff --git a/public/templates/mmcFE/global/sidebar.tpl b/public/templates/mmcFE/global/sidebar.tpl
index 38616226..0c50e577 100644
--- a/public/templates/mmcFE/global/sidebar.tpl
+++ b/public/templates/mmcFE/global/sidebar.tpl
@@ -33,11 +33,11 @@
| Pool Invalid |
- {$GLOBAL.roundshares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid}%) |
+ {$GLOBAL.roundshares.invalid|number_format} ({(100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid)|number_format:"2"}%) |
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid}%) |
+ {$GLOBAL.userdata.shares.invalid|number_format} ({(100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid)|number_format:"2"}%) |
| {$GLOBAL.config.currency} Round Estimate |
diff --git a/public/templates/mmcFE/global/sidebar_pps.tpl b/public/templates/mmcFE/global/sidebar_pps.tpl
index f8e7476a..dcd436d5 100644
--- a/public/templates/mmcFE/global/sidebar_pps.tpl
+++ b/public/templates/mmcFE/global/sidebar_pps.tpl
@@ -30,11 +30,11 @@
| Pool Invalid |
- {$GLOBAL.roundshares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid}%) |
+ {$GLOBAL.roundshares.invalid|number_format} ({(100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid)|number_format:"2"}%) |
| Your Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format} ({100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid}%) |
+ {$GLOBAL.userdata.shares.invalid|number_format} ({(100 / $GLOBAL.roundshares.valid * $GLOBAL.userdata.shares.invalid)|number_format:"2"}%) |
| |
| {$GLOBAL.config.currency} Estimates |