From 5589bca1e031517cc440c7f2896f107dbb57296e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jul 2012 17:15:43 -0700 Subject: fix !@#$ tinymce linebreaks for the thousandth time --- include/text.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index c3558c641..409d40d59 100644 --- a/include/text.php +++ b/include/text.php @@ -1537,7 +1537,6 @@ 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; } -- cgit v1.2.3