@ -26,9 +26,9 @@
} else {
$score = 0;
}
echo "<th>".round($score, 0)."</th>";
echo "<td>".round($score, 0)."</td>";
echo "<th>".round($uitslag[$subgroep['id']]['total'], 0)."</th>";
echo "<td>".round($uitslag[$subgroep['id']]['total'], 0)."</td>";
?>
</tr>
<?php } ?>