diff --git a/web/app/controllers/problem_set.php b/web/app/controllers/problem_set.php index 3c0a162..cb10f95 100644 --- a/web/app/controllers/problem_set.php +++ b/web/app/controllers/problem_set.php @@ -24,7 +24,7 @@ if (isProblemVisibleToUser($problem, $myUser)) { echo ''; if ($problem['submission_id']) { - echo ''; + echo ''; } else { echo ''; }