mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
notifications: Use a dynamic SVG favicon for unread counts.
Closes #2304. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
621bef5958
commit
5c6202ca97
@@ -303,6 +303,7 @@ OPTIONAL_CLOSING_TAGS = [
|
||||
'input',
|
||||
'path',
|
||||
'polygon',
|
||||
'stop',
|
||||
]
|
||||
|
||||
def is_self_closing_html_tag(s: Text, tag: Text) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user