Add space between contest name and notification text

This commit is contained in:
billchenchina 2021-04-25 22:03:08 +08:00
parent 78846bc1b8
commit c929bec01c
No known key found for this signature in database
GPG Key ID: 98220BE9242CCE41

View File

@ -62,7 +62,7 @@ EOD;
);
if ($rest_second <= 86400) {
$notification = json_encode($upcoming_contest_name . "已经开始了。是否要跳转到比赛页面?");
$notification = json_encode($upcoming_contest_name . " 已经开始了。是否要跳转到比赛页面?");
echo <<<EOD
<div class="text-center bot-buffer-lg">
<div class="text-warning">$upcoming_contest_name 倒计时</div>