Commit f953df96 authored by Stefano Boldrin's avatar Stefano Boldrin Committed by JC Brand

Fixed error building DOM toggle_chats.html span.unread-message-count class attribute (#960)

* Added missing " on class attribute

* Added changelog for prev commit "Added missing " on class attribute"
parent c95a9d27
......@@ -15,6 +15,7 @@
Otherwise connected contacts might not get your presence updates.
- The way the archive ID of a MAM message is specified, has changed.
See https://xmpp.org/extensions/xep-0313.html#archives_id
- Fixed error building DOM toggle_chats.html span.unread-message-count class attribute
### New Features
- #314 Add support for opening chat rooms with a URL fragment such as `#converse/room?jid=room@domain`
......
{{{o.Minimized}}} <span id="minimized-count">({{{o.num_minimized}}})</span>
<span class="unread-message-count
{[ if (!o.num_unread) { ]} unread-message-count-hidden {[ } ]}
{[ if (!o.num_unread) { ]} unread-message-count-hidden {[ } ]}"
href="#">{{{o.num_unread}}}</span>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment