don't strip newline from summary

This commit is contained in:
Sascha Kruse 2012-12-19 02:01:00 +01:00
parent 3918fd32a8
commit b46d02bfd7

View File

@ -661,7 +661,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);