Commit d2f5336780555981333c6df8aa75ac1063b3c661

Authored by Victor Costa
1 parent 0563c2a2

Fix span tag from chat

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