Fix html
Forgot this... Bug: N/A Signed-off-by: Yongmin Hong <revi@omglol.email>
This commit is contained in:
parent
ae366fa167
commit
893232347d
1 changed files with 1 additions and 3 deletions
4
time.php
4
time.php
|
@ -53,9 +53,7 @@
|
|||
$zonestampLink = "https://zonestamp.toolforge.org/{$currentEpoch}";
|
||||
|
||||
// Display the message with formatted date, time, and Zonestamp link
|
||||
<p>
|
||||
echo "It is {$date} {$time} in <code>Asia/Seoul</code>, where <a rel='me' href='https://revi.xyz'>revi</a> lives.<br />Check in your timezone: <a href='{$zonestampLink}'>ZoneStamp</a>.";
|
||||
</p>
|
||||
echo "<p>It is {$date} {$time} in <code>Asia/Seoul</code>, where <a rel='me' href='https://revi.xyz'>revi</a> lives.<br />Check in your timezone: <a href='{$zonestampLink}'>ZoneStamp</a>.</p>";
|
||||
|
||||
?>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue