Browse Source

Rechts uitlijnen getallen.

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

4
application/views/uitslag_ranking.php

@ -26,9 +26,9 @@
} else { } else {
$score = 0; $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> </tr>
<?php } ?> <?php } ?>

Loading…
Cancel
Save