replace newlines with space

This commit is contained in:
Sascha Kruse 2011-09-25 07:15:52 +02:00
parent 1f67c51cf2
commit 6240ebb237

View File

@ -375,6 +375,7 @@ char
free(str); free(str);
tmpString = string_replace("\n", " ", tmpString);
/* remove tags */ /* remove tags */
tmpString = string_replace("<b>", "", tmpString); tmpString = string_replace("<b>", "", tmpString);
tmpString = string_replace("</b>", "", tmpString); tmpString = string_replace("</b>", "", tmpString);