I use TinyMCE in my script to edit the header and footer templates. But TinyMCE automatically adds tags to close them, which I donβt want. for example: end of my header
</nav> </header>
TinyMCE does it
</nav> </header></div></div>
How can I disable this? I have already tried
verify_html : false, verify_css_classes : true, cleanup : false, cleanup_on_startup : false,
html php tinymce
user1079160
source share