fix up UI

This commit is contained in:
biglyderv 2025-02-10 20:25:30 -05:00
parent 155fc68dfe
commit 272cb06f28
Signed by: biglyderv
GPG key ID: 1398543B9746192C
3 changed files with 11 additions and 9 deletions

View file

@ -18,7 +18,7 @@ foreach ($msgs as $msg) {
<div><b>
<?php echo htmlspecialchars($sys ? 'System User' : $msg['username']); ?>
</b></div>
<div><b>
<div><b class='date'>
<?php echo date(DATE_RFC2822, $msg['date'] * 0.001); ?>
</b></div>
</div>