mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix HTML message displayed as text in profile
This commit is contained in:
parent
0b248348eb
commit
4cc2da7222
@ -306,7 +306,7 @@ define([
|
||||
refreshMute(data);
|
||||
});
|
||||
}).appendTo($mute);
|
||||
$(h('p', Messages.contacts_muteInfo)).appendTo($mute);
|
||||
$(UI.setHTML(h('p'), Messages.contacts_muteInfo)).appendTo($mute);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user