diff --git a/dataengines/notifications/notificationsanitizer.cpp b/dataengines/notifications/notificationsanitizer.cpp --- a/dataengines/notifications/notificationsanitizer.cpp +++ b/dataengines/notifications/notificationsanitizer.cpp @@ -46,7 +46,7 @@ QString result; QXmlStreamWriter out(&result); - const QVector allowedTags = {"b", "i", "u", "img", "a", "html", "br"}; + const QVector allowedTags = {"b", "i", "u", "img", "a", "html", "br", "table", "tr", "td"}; out.writeStartDocument(); while (!r.atEnd()) {