]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
network: Caching of images
[friendica.git] / include / text.php
index a35c9a8d6752941d9fa7c4e02bad0cd7f9523530..83819d095071f678df7bb3f298bf9777884a421a 100644 (file)
@@ -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;
 }