aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/thread.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-22 18:43:28 +0300
committerGravatar Vitaly Takmazov2017-10-22 18:43:28 +0300
commit1b78657973b9da7af32e7e9df8ea3e92a7928876 (patch)
treef4610e18da5632457c1411e0d6bc3d489ef815c5 /juick-www/src/main/webapp/WEB-INF/views/thread.html
parentd59a653e5393782a45d3af493149aa66c35c69a6 (diff)
www: drop @ and : from usernames
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/thread.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html
index a6dd04b3..9dfa958f 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/thread.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html
@@ -17,7 +17,7 @@
</div>
<div class="msg-header">
<span itemprop="author" itemscope="" itemtype="http://schema.org/Person">
- @<a itemprop="url" rel="author" href="/{{ msg.user.name }}/"><span itemprop="name">{{ msg.user.name }}</span></a>:
+ <a itemprop="url" rel="author" href="/{{ msg.user.name }}/"><span itemprop="name">{{ msg.user.name }}</span></a>
</span>
<div class="msg-tags" itemprop="headline">
{{ tags(msg.user.name, msg.tags | tagsList) }}