don't strip newline from summary
This commit is contained in:
parent
3918fd32a8
commit
b46d02bfd7
1
dunst.c
1
dunst.c
@ -661,7 +661,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