From 023f2e392c6faaa1de361306befdfb3632aba15d Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 1 Oct 2022 19:31:13 +0800 Subject: [PATCH] fix: add missing spaces between tags --- 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 5f582ce..d837e6f 100644 --- a/web/app/controllers/problem_lists.php +++ b/web/app/controllers/problem_lists.php @@ -58,7 +58,7 @@ echo ''; } - echo HTML::escape($tag), '', ''; + echo HTML::escape($tag), '', ' '; } echo '';