diff --git a/web/app/controllers/assignment.php b/web/app/controllers/assignment.php index 2c348a0..79df8d1 100644 --- a/web/app/controllers/assignment.php +++ b/web/app/controllers/assignment.php @@ -74,9 +74,9 @@ echo '' . getUserLink($username) . ''; foreach ($problem_ids as $problem_id) { if (!isset($finished[$username]) || !isset($finished[$username][$problem_id])) { - echo ''; + echo ''; } else { - echo ''; + echo ''; } } echo '';