diff --git a/web/app/views/contest-submissions.php b/web/app/views/contest-submissions.php index 78d4495..0e090da 100644 --- a/web/app/views/contest-submissions.php +++ b/web/app/views/contest-submissions.php @@ -38,7 +38,8 @@ $conds, 'order by id desc', [ 'judge_time_hidden' => '', 'problem_title' => [ - 'with' => 'letter' + 'with' => 'letter', + 'simplify' => true ], 'table_config' => [ 'div_classes' => ['card', 'mb-3', 'table-responsive'],