From 80d8c40791f3e9f5358d28810654a8f1f916521a Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 20 Mar 2018 01:51:18 +0100 Subject: [PATCH] Escape the summary According to the notification spec, only the body shall contain markup. Therefore HTML symbols should get escaped in the summary, too. --- src/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification.c b/src/notification.c index b54b79f..d96aab3 100644 --- a/src/notification.c +++ b/src/notification.c @@ -381,7 +381,7 @@ static void notification_format_message(notification *n) &n->msg, &substr, n->summary, - n->markup); + MARKUP_NO); break; case 'b': notification_replace_single_field(