From b46d02bfd71d7d2d98804c5f6905d7495ec19c39 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 19 Dec 2012 02:01:00 +0100 Subject: [PATCH] don't strip newline from summary --- dunst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dunst.c b/dunst.c index b23063e..efc7d21 100644 --- a/dunst.c +++ b/dunst.c @@ -661,7 +661,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);