Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
Removed in 3.4
This option controls if invalid contents should be corrected before insertion in IE. IE has a bug that produced an invalid DOM tree if the input contents aren't correct so this option tries to fix this using preprocessing of the HTML string. This option is disabled by default since it might be a bit slow.
<p><b></p></b>
<p><b></b></p>
tinyMCE.init({
...
fix_nesting : true
});