TinyMCE tweaks from skeltoac. fixes #1852

git-svn-id: https://develop.svn.wordpress.org/trunk@3015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-11-08 19:17:08 +00:00
parent b6930cefd4
commit 609383477a
7 changed files with 53 additions and 29 deletions
@@ -190,6 +190,9 @@ function TinyMCE_wordpress_cleanup(type, content) {
}
}
// The Curse of the Trailing <br />
content = content.replace(new RegExp('<br ?/?>[ \t]*$', ''), '');
break;
}
@@ -190,6 +190,9 @@ function TinyMCE_wordpress_cleanup(type, content) {
}
}
// The Curse of the Trailing <br />
content = content.replace(new RegExp('<br ?/?>[ \t]*$', ''), '');
break;
}