aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/user/item.php')
-rw-r--r--theme/admin/html/user/item.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php
index 80edd3b..c84e24b 100644
--- a/theme/admin/html/user/item.php
+++ b/theme/admin/html/user/item.php
@@ -4,9 +4,11 @@
<i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?>
<span class="item-id">#<?=$USER['ATTR']['ID']?></span>
</h2>
- <div>
- <time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
- </div>
+ <ul class="item-meta">
+ <li>
+ <time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
+ </li>
+ </ul>
</header>
<blockquote cite="<?=$USER['URL']?>">
<?php if(isset($USER['FILE']['LIST'][0])): ?>