From e270e5e89147b9f4525aa5b9149dbd2d43f93fac Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 24 Sep 2022 14:26:49 +0800 Subject: [PATCH] fix: add missing spaces --- web/app/controllers/problem_lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';