🎨 Remove hard-coded spaces in update timestamps

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-10 21:41:54 +01:00
parent e22fabea1d
commit f23dc99744
3 changed files with 5 additions and 4 deletions

View File

@@ -102,7 +102,7 @@
<div class="container">
<div class="row">
<span class="requestinfo"><b><?php echo(get_user_name($db, $update['user'])); ?></b></span>
<span class="text-muted"><i><?php echo(" " . $update['created']); ?></i></span>
<span class="requestinfo-spaced text-muted"><i><?php echo($update['created']); ?></i></span>
</div>
<div class="row">
<span><?php echo(filter_var($update['msg'], FILTER_SANITIZE_STRING)); ?></span>