aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros/tree.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/macros/tree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html
index bb2507aa..cffddad8 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html
@@ -5,7 +5,7 @@
<div class="msg-cont">
<div class="msg-header">
{% if not msg.user.banned %}
- @<a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>:
+ <a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>
<div class="msg-avatar"><a href="/{{ msg.user.name }}/">
<img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/></a>
</div>