From c929bec01cd673275e28d6302d8f0b66c2ed31a2 Mon Sep 17 00:00:00 2001 From: billchenchina Date: Sun, 25 Apr 2021 22:03:08 +0800 Subject: [PATCH] Add space between contest name and notification text --- web/app/controllers/contests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/contests.php b/web/app/controllers/contests.php index 0ecb2be..a1a8e13 100644 --- a/web/app/controllers/contests.php +++ b/web/app/controllers/contests.php @@ -62,7 +62,7 @@ EOD; ); if ($rest_second <= 86400) { - $notification = json_encode($upcoming_contest_name . "已经开始了。是否要跳转到比赛页面?"); + $notification = json_encode($upcoming_contest_name . " 已经开始了。是否要跳转到比赛页面?"); echo <<
$upcoming_contest_name 倒计时