Stop TinyMCE from deleting empty HTML tags

tinyMCE.init({

verify_html: false

});

tech