XF 2.0 favicon white after message/alert

Tealk

Well-known member
Hello,

I have the problem that favicon always becomes white when I get a message in the forum.
As far as I know, there's only one red dot?
This is the default code:
Code:
<link rel="icon" type="image/png" sizes="32x32" href="/styles/AnzahCraft/favicon/favicon-32x32.png">

This is the code after the message/alert:
Code:
<link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAKUlEQVRYhe3OIQEAAAACIP+f1hkWWEB6FgEBAQEBAQEBAQEBAQEBgXdgl/rw4n36B+EAAAAASUVORK5CYII=">
 
Top Bottom