Escape the summary

According to the notification spec, only the body shall contain markup.
Therefore HTML symbols should get escaped in the summary, too.
This commit is contained in:
Benedikt Heine 2018-03-20 01:51:18 +01:00
parent b5c2cdafb2
commit 80d8c40791

View File

@ -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(