From 0f8acfa78bf101ed1c2ae993684b22de89d94bf7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 15 Oct 2018 10:54:03 +0200 Subject: adapt (badly) to unsynced clocks --- shardweb/lib/templates/chat/chat.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shardweb/lib') diff --git a/shardweb/lib/templates/chat/chat.html.eex b/shardweb/lib/templates/chat/chat.html.eex index 28cc9e6..499e14d 100644 --- a/shardweb/lib/templates/chat/chat.html.eex +++ b/shardweb/lib/templates/chat/chat.html.eex @@ -6,7 +6,7 @@ #<%= @chan %> public chat room <% else %> - #<%= @nicks %> + <%= @nicks %> private chat <% end %> -- cgit v1.2.3