diff --git a/pool/page_blocks.php b/pool/page_blocks.php
index 6582ee96..706e3a78 100644
--- a/pool/page_blocks.php
+++ b/pool/page_blocks.php
@@ -204,7 +204,7 @@ function doblocks($data, $user)
{
$pct = 100.0 * $diffratio;
list($fg, $bg) = pctcolour($pct);
- $bpct = "$approx".number_format($pct, 2).'%';
+ $bpct = "$approx".number_format($pct, 3).'%';
$bg = " bgcolor=$bg";
$blktot += $diffacc;
if ($stat != 'Orphan')