aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-04 14:50:48 +0200
committerThomas Lange <code@nerdmind.de>2021-07-04 14:50:48 +0200
commit24877f1ed91380c76c49e3780f3c70c009509b07 (patch)
tree22835f5732e90d19a596a396163b1b7a982cd39b /theme/admin/html/user
parent347b9a7ba86016a12c0b0c05b6edd24f0d381bda (diff)
downloadblog-24877f1ed91380c76c49e3780f3c70c009509b07.tar.gz
blog-24877f1ed91380c76c49e3780f3c70c009509b07.tar.xz
blog-24877f1ed91380c76c49e3780f3c70c009509b07.zip
Use list for item meta elements
Diffstat (limited to 'theme/admin/html/user')
-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])): ?>