X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftext.php;h=83819d095071f678df7bb3f298bf9777884a421a;hb=fc27edb6d76765cd9b85d29a3c41f23f17c6ca41;hp=a35c9a8d6752941d9fa7c4e02bad0cd7f9523530;hpb=717fd8539b10eb478d0f05bb4fd823167a43e581;p=friendica.git diff --git a/include/text.php b/include/text.php index a35c9a8d67..83819d0950 100644 --- a/include/text.php +++ b/include/text.php @@ -1562,6 +1562,7 @@ function undo_post_tagging($s) { function fix_mce_lf($s) { $s = str_replace("\r\n","\n",$s); + $s = str_replace("\n\n","\n",$s); return $s; }