From 22cb75722ee99075cd79889d0545486b0981f474 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 5 Apr 2016 22:23:50 +0200 Subject: [PATCH] Rechts uitlijnen getallen. --- application/views/uitslag_ranking.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/uitslag_ranking.php b/application/views/uitslag_ranking.php index 3ee3220..e1bdbf6 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).""; ?>