]> git.mxchange.org Git - friendica.git/commitdiff
tinymce linebreaks, I fix it, somebody breaks it, I fix it, somebody breaks it. Repeat.
authorfriendica <info@friendica.com>
Wed, 1 Aug 2012 08:36:39 +0000 (01:36 -0700)
committerfriendica <info@friendica.com>
Wed, 1 Aug 2012 08:36:39 +0000 (01:36 -0700)
include/text.php

index 41030e677c6be2963fc236c8243110e86e64d7c4..1c50086aacb208d6e9848be317c9df2033353de3 100644 (file)
@@ -1578,7 +1578,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);
+//     $s = str_replace("\n\n","\n",$s);
        return $s;
 }