From 893232347df450ee7dd759d901c4307c81af6891 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 30 Apr 2024 18:28:51 +0900 Subject: [PATCH] Fix html Forgot this... Bug: N/A Signed-off-by: Yongmin Hong --- time.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/time.php b/time.php index e0ff7f8..37d9b27 100644 --- a/time.php +++ b/time.php @@ -53,9 +53,7 @@ $zonestampLink = "https://zonestamp.toolforge.org/{$currentEpoch}"; // Display the message with formatted date, time, and Zonestamp link -

-echo "It is {$date} {$time} in Asia/Seoul, where revi lives.
Check in your timezone: ZoneStamp."; -

+echo "

It is {$date} {$time} in Asia/Seoul, where revi lives.
Check in your timezone: ZoneStamp.

"; ?>