aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-02 13:08:35 +0100
committerThomas Lange <code@nerdmind.de>2017-03-02 13:08:35 +0100
commit6f8a9a170536e4d5c32d4cbd751decd69cd5f462 (patch)
tree2189f820171c9372b252161ee0bb3fcd4e1742ad
parent971f5497808849a3e589b99f2e284dd8e5c75725 (diff)
downloadblog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.tar.gz
blog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.tar.xz
blog-6f8a9a170536e4d5c32d4cbd751decd69cd5f462.zip
Permalink for user moved to the same position as the links for page and post items.
-rw-r--r--template/standard/html/user/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php
index 78a757d..48a3e3e 100644
--- a/template/standard/html/user/item.php
+++ b/template/standard/html/user/item.php
@@ -10,8 +10,8 @@
<li class="item-list-li user">
<header>
<h2>
- <?=escapeHTML($USER['ATTR']['FULLNAME'])."\n"?>
- <a class="brackets info" href="<?=$USER['URL']?>"><?=escapeHTML($USER['ATTR']['USERNAME'])?></a>
+ <a href="<?=$USER['URL']?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
+ <span class="info brackets"><?=escapeHTML($USER['ATTR']['USERNAME'])?></span>
</h2>
</header>
<article>