From 1b78657973b9da7af32e7e9df8ea3e92a7928876 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 22 Oct 2017 18:43:28 +0300 Subject: www: drop @ and : from usernames --- juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros/tree.html') 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 @@
{% if not msg.user.banned %} - @{{ msg.user.name }}: + {{ msg.user.name }} -- cgit v1.2.3