From 98d7d17ad52a6b3369456705113a0d100a45b641 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 17 Nov 2011 20:40:05 +0100 Subject: [PATCH] replace
,
and
--- dunst.c | 3 +++ 1 file changed, 3 insertions(+) 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);