replace newlines with space
This commit is contained in:
parent
1f67c51cf2
commit
6240ebb237
1
dunst.c
1
dunst.c
@ -375,6 +375,7 @@ char
|
|||||||
|
|
||||||
free(str);
|
free(str);
|
||||||
|
|
||||||
|
tmpString = string_replace("\n", " ", tmpString);
|
||||||
/* remove tags */
|
/* remove tags */
|
||||||
tmpString = string_replace("<b>", "", tmpString);
|
tmpString = string_replace("<b>", "", tmpString);
|
||||||
tmpString = string_replace("</b>", "", tmpString);
|
tmpString = string_replace("</b>", "", tmpString);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user