Check out the SMF Function DB!
'percent' => round($bar, $precision),
'percent' => round(($option[1] * 100) / $divisor, $precision),
That's a known problem since YaBB Gold or SE. If I remember right, the reason are the rounded numbers.
Try what happens if you replace:<>
Try what happens if you replace:Code: [Select] 'percent' => round($bar, $precision),withCode: [Select] 'percent' => round(($option[1] * 100) / $divisor, $precision),in Display.php
How far does it carry a number before it rounds?