mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 06:58:41 +00:00
fix: add missing spaces
This commit is contained in:
parent
c7b1e6c2c3
commit
e270e5e891
@ -48,7 +48,7 @@
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
echo ' class="text-decoration-none" ';
|
||||
}
|
||||
echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], '</a>';
|
||||
echo ' href="/problem_list/', $list['list_id'], '">', $list['title'], '</a> ';
|
||||
foreach (queryProblemListTags($list['list_id']) as $tag) {
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
echo '<a class="uoj-list-tag my-1">';
|
||||
|
Loading…
Reference in New Issue
Block a user