aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/NotificationRow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/NotificationRow.qml')
-rw-r--r--desktop/NotificationRow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/NotificationRow.qml b/desktop/NotificationRow.qml
index 04b0c0d..923cc9e 100644
--- a/desktop/NotificationRow.qml
+++ b/desktop/NotificationRow.qml
@@ -92,7 +92,7 @@ Rectangle {
Text {
width: parent.width
visible: text !== ""
- text: row.notification.body || ""
+ text: Notify.sanitize(row.notification.body)
textFormat: Text.RichText
wrapMode: Text.WordWrap
maximumLineCount: 2