tinymce linebreaks, I fix it, somebody breaks it, I fix it, somebody breaks it. Repeat.
This commit is contained in:
parent
70389c99ea
commit
372ad112c9
|
@ -1578,7 +1578,7 @@ function undo_post_tagging($s) {
|
||||||
|
|
||||||
function fix_mce_lf($s) {
|
function fix_mce_lf($s) {
|
||||||
$s = str_replace("\r\n","\n",$s);
|
$s = str_replace("\r\n","\n",$s);
|
||||||
$s = str_replace("\n\n","\n",$s);
|
// $s = str_replace("\n\n","\n",$s);
|
||||||
return $s;
|
return $s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue