From 5c699e5bfe1a573ea8713c7dae841b0234cae254 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 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);