Commit a14d49127c646c3d9e8b579e6f58a4f1315e4e98

Authored by Victor Costa
1 parent 17393797

Fix tag close in xmpp chat

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/logged_in/xmpp_chat.html.erb
... ... @@ -82,7 +82,7 @@
82 82 <a data-id='%{jid_id}' class='icon-menu-%{presence_status}-11' href='#'>
83 83 <span class="unread-messages"></span>
84 84 %{avatar}
85   - <span class="name">%{name}<span>
  85 + <span class="name">%{name}</span>
86 86 </a>
87 87 </li>
88 88 </div>
... ...