Compare commits

...

2 Commits

Author SHA1 Message Date
d0be7eac95
fix: 92cca91cce53e7bca351923e1bbb1dbdfe246bd7
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-24 14:48:24 +08:00
e270e5e891
fix: add missing spaces 2022-09-24 14:26:49 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -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">';

View File

@ -80,7 +80,7 @@ return [
return "<b>$title</b> 已开始。";
},
'x days until countdown title' => function($title, $days) {
return "距离 <b>$title</b> 还有 <b>$days</b>天。";
return "距离 <b>$title</b> 还有 <b>$days</b> 天。";
},
'friend links' => '友情链接',
'server time' => '服务器时间',