diff options
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 %> |