Fix HTML message displayed as text in profile

This commit is contained in:
yflory 2019-12-17 17:03:56 +01:00
parent 0b248348eb
commit 4cc2da7222

View File

@ -306,7 +306,7 @@ define([
refreshMute(data); refreshMute(data);
}); });
}).appendTo($mute); }).appendTo($mute);
$(h('p', Messages.contacts_muteInfo)).appendTo($mute); $(UI.setHTML(h('p'), Messages.contacts_muteInfo)).appendTo($mute);
}); });
}; };