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:
parent
b5c2cdafb2
commit
80d8c40791
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user