Fix year and responsible icon order

This commit is contained in:
2018-10-14 13:54:53 +02:00
parent 3106f8ce05
commit 8d2dbc7b11

View File

@@ -49,7 +49,7 @@ $avg = $totalShifted / count($all_names);
?> ?>
<!doctype html> <!doctype html>
<html lang="en"> <html lang="nl">
<head> <head>
@@ -88,7 +88,7 @@ $avg = $totalShifted / count($all_names);
foreach($responsibles as $resp) { foreach($responsibles as $resp) {
if (!key_exists($resp, $all_names)) { if (!key_exists($resp, $all_names)) {
echo "<tr><td data-order='$resp'>$resp_icon $resp</td><td data-order='0'>0h 0min</td></tr>"; echo "<tr><td data-order='$resp'>$resp $resp_icon</td><td data-order='0'>0h 0min</td></tr>";
} }
} }
?> ?>
@@ -101,7 +101,7 @@ $avg = $totalShifted / count($all_names);
<footer class="mt-5"> <footer class="mt-5">
<div class="container"> <div class="container">
<span class="text-muted">© 2017-2018 Arthur Bols <a href="https://git.principis.be/Principis/shiftcounter">source</span> <span class="text-muted">© 2018 Arthur Bols <a href="https://git.principis.be/Principis/shiftcounter">source</span>
</div> </div>
</footer> </footer>