don't strip newline from summary

This commit is contained in:
Sascha Kruse 2012-12-19 02:01:00 +01:00
parent 0de2e172ba
commit 5c699e5bfe

View File

@ -732,7 +732,6 @@ char
str = string_replace("&lt;", "<", str); str = string_replace("&lt;", "<", str);
str = string_replace("&gt;", ">", str); str = string_replace("&gt;", ">", str);
str = string_replace("\n", " ", str);
/* remove tags */ /* remove tags */
str = string_replace("<b>", "", str); str = string_replace("<b>", "", str);
str = string_replace("</b>", "", str); str = string_replace("</b>", "", str);