This commit is contained in:
shortcutme 2019-04-08 18:15:02 +02:00
parent 79eb6573be
commit d097092e8e
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -833,7 +833,7 @@ $.extend( $.easing,
$(".notification-icon", elem).html("i"); $(".notification-icon", elem).html("i");
} }
if (typeof body === "string") { if (typeof body === "string") {
$(".body", elem).html("<span class='message'>" + body + "</span>"); $(".body", elem).html("<div class='message'><span class='multiline'>" + body + "</span></div>");
} else { } else {
$(".body", elem).html("").append(body); $(".body", elem).html("").append(body);
} }