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