eliminate the obsolete "last-child" indicator

This commit is contained in:
friendica
2012-07-18 17:08:03 -07:00
parent 0400779b43
commit d92a4a686d
19 changed files with 476 additions and 733 deletions

View File

@@ -1617,6 +1617,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);
return $s;
}