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), '';