don't strip newline from summary
This commit is contained in:
parent
0de2e172ba
commit
5c699e5bfe
1
dunst.c
1
dunst.c
@ -732,7 +732,6 @@ char
|
|||||||
str = string_replace("<", "<", str);
|
str = string_replace("<", "<", str);
|
||||||
str = string_replace(">", ">", str);
|
str = string_replace(">", ">", str);
|
||||||
|
|
||||||
str = string_replace("\n", " ", str);
|
|
||||||
/* remove tags */
|
/* remove tags */
|
||||||
str = string_replace("<b>", "", str);
|
str = string_replace("<b>", "", str);
|
||||||
str = string_replace("</b>", "", str);
|
str = string_replace("</b>", "", str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user