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