summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-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>