TinyMCE:Configuration/verify html
From Moxiecode Documentation Wiki
[edit]
Option: verify_html
This option enables or disables the element cleanup functionality. If you set this option to false, all element cleanup will be skipped but other cleanup functionality such as URL conversion will still be executed.
[edit]
Example of usage of the verify_html option:
tinyMCE.init({
...
verify_html : false
});
