mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 10:58:42 +00:00
Add space between contest name and notification text
This commit is contained in:
parent
78846bc1b8
commit
c929bec01c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user