aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php1
1 files changed, 0 insertions, 1 deletions
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;
}