diff --git a/application/views/uitslag_ranking.php b/application/views/uitslag_ranking.php index b3c3452..21fbe2d 100644 --- a/application/views/uitslag_ranking.php +++ b/application/views/uitslag_ranking.php @@ -26,9 +26,9 @@ } else { $score = 0; } - echo "".round($score, 2).""; + echo "".round($score, 0).""; } - echo "".round($uitslag[$subgroep['id']]['total'], 2).""; + echo "".round($uitslag[$subgroep['id']]['total'], 0).""; ?>