From 23ff07e9e10964aa86a783a04c42c0968348be76 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 8 Oct 2022 12:47:46 +0800 Subject: [PATCH] fix: a90815b20c506463438463db59e7ffa2f38b509f --- web/app/controllers/problem_list.php | 4 ++-- web/app/controllers/problem_set.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/controllers/problem_list.php b/web/app/controllers/problem_list.php index 3fa355e..3b92538 100644 --- a/web/app/controllers/problem_list.php +++ b/web/app/controllers/problem_list.php @@ -54,10 +54,10 @@ if (isset($_COOKIE['show_tags_mode'])) { foreach (queryProblemTags($problem['id']) as $tag) { if (isset($REQUIRE_LIB['bootstrap5'])) { - echo ''; + echo ' '; echo ''; } else { - echo ''; + echo ' '; echo ''; } echo HTML::escape($tag), ''; diff --git a/web/app/controllers/problem_set.php b/web/app/controllers/problem_set.php index bd24458..5772de0 100644 --- a/web/app/controllers/problem_set.php +++ b/web/app/controllers/problem_set.php @@ -66,10 +66,10 @@ if (isset($_COOKIE['show_tags_mode'])) { foreach (queryProblemTags($problem['id']) as $tag) { if (isset($REQUIRE_LIB['bootstrap5'])) { - echo ''; + echo ' '; echo ''; } else { - echo ''; + echo ' '; echo ''; } echo HTML::escape($tag), '';