tinymce linebreaks, I fix it, somebody breaks it, I fix it, somebody breaks it. Repeat.

2022.09-rc
friendica 2012-08-01 01:36:39 -07:00
rodzic 70389c99ea
commit 372ad112c9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}