mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
client: Fix HTML in some toasts
This commit is contained in:
parent
6799c44e22
commit
2324c9a13b
@ -16,7 +16,7 @@ function toast(options) {
|
||||
);
|
||||
|
||||
$toast.find('.toast-title').text(options.title);
|
||||
$toast.find('.toast-body').text(options.message);
|
||||
$toast.find('.toast-body').html(options.message);
|
||||
|
||||
if (options.id) {
|
||||
$toast.attr("id", `toast-${options.id}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user