diff --git a/dunst.c b/dunst.c index 3e6080c..ec9350b 100644 --- a/dunst.c +++ b/dunst.c @@ -343,6 +343,9 @@ char /* remove tags */ str = string_replace("", "", str); str = string_replace("", "", str); + str = string_replace("
", " ", str); + str = string_replace("
", " ", str); + str = string_replace("
", " ", str); str = string_replace("", "", str); str = string_replace("", "", str); str = string_replace("", "", str);