From 784907cc013144e5845229591f4212ade0830bb8 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 5 Apr 2016 22:22:11 +0200 Subject: [PATCH] Table header bug --- 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 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).""; ?>