Browse Source

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"
Stefano Boldrin 7 years ago
parent
commit
f953df9621
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGES.md
  2. 1 1
      src/templates/toggle_chats.html

+ 1 - 0
CHANGES.md

@@ -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`

+ 1 - 1
src/templates/toggle_chats.html

@@ -1,4 +1,4 @@
 {{{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>