fix up UI
This commit is contained in:
parent
155fc68dfe
commit
272cb06f28
3 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue