diff --git a/dunst.c b/dunst.c index f44f762..ba34682 100644 --- a/dunst.c +++ b/dunst.c @@ -732,7 +732,6 @@ char str = string_replace("<", "<", str); str = string_replace(">", ">", str); - str = string_replace("\n", " ", str); /* remove tags */ str = string_replace("", "", str); str = string_replace("", "", str);