diff --git a/web/app/controllers/problem_lists.php b/web/app/controllers/problem_lists.php index e45dacb..3aaa761 100644 --- a/web/app/controllers/problem_lists.php +++ b/web/app/controllers/problem_lists.php @@ -48,7 +48,7 @@ if (isset($REQUIRE_LIB['bootstrap5'])) { echo ' class="text-decoration-none" '; } - echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], ''; + echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], ' '; foreach (queryProblemListTags($list['list_id']) as $tag) { if (isset($REQUIRE_LIB['bootstrap5'])) { echo '';