diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-15 10:54:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-15 10:54:03 +0200 |
commit | 0f8acfa78bf101ed1c2ae993684b22de89d94bf7 (patch) | |
tree | 7058cdd8a377f3ff2cb901ae1d629d7d15d9b6e7 /shardweb | |
parent | b26c794c3b4f8a5ec7892c512193f11656264814 (diff) | |
download | shard-0f8acfa78bf101ed1c2ae993684b22de89d94bf7.tar.gz shard-0f8acfa78bf101ed1c2ae993684b22de89d94bf7.zip |
adapt (badly) to unsynced clocks
Diffstat (limited to 'shardweb')
-rw-r--r-- | shardweb/lib/templates/chat/chat.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> <small>public chat room</small> <% else %> - #<%= @nicks %> + <%= @nicks %> <small>private chat</small> <% end %> |