summaryrefslogtreecommitdiffstats
path: root/template/admin/html/user/item.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-04-11 04:02:47 +0200
committerThomas Lange <code@nerdmind.de>2017-04-11 04:02:47 +0200
commit170422f25f3e5f29e311b18cbe0adb253d4b1b01 (patch)
tree39a876fb45766bc7d8f137844cdd6f3a22e94f43 /template/admin/html/user/item.php
parent7850914276a90680fbb10404196132c8a843fa89 (diff)
downloadblog-170422f25f3e5f29e311b18cbe0adb253d4b1b01.tar.gz
blog-170422f25f3e5f29e311b18cbe0adb253d4b1b01.tar.xz
blog-170422f25f3e5f29e311b18cbe0adb253d4b1b01.zip
HTML and CSS markup optimizations for admin template.
Diffstat (limited to 'template/admin/html/user/item.php')
-rw-r--r--template/admin/html/user/item.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php
index df8e5b1..8f0cba1 100644
--- a/template/admin/html/user/item.php
+++ b/template/admin/html/user/item.php
@@ -1,10 +1,10 @@
-<li class="content">
+<li class="item-list-li user">
<header>
<h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?><span>#<?=$USER['ID']?></span></h2>
</header>
- <article>
+ <blockquote cite="<?=$USER['URL']?>">
<p><?=excerpt($USER['BODY']['HTML'])?></p>
- </article>
+ </blockquote>
<footer>
<ul>
<li><a href="<?=$USER['URL']?>" target="_blank" title="<?=$Language->text('select_user')?>"><i class="fa fa-external-link"></i></a></li>