Browse Source

Table header bug

master
Rogier Neeleman 8 years ago
parent
commit
784907cc01
  1. 4
      application/views/uitslag_ranking.php

4
application/views/uitslag_ranking.php

@ -26,9 +26,9 @@ @@ -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 } ?>

Loading…
Cancel
Save