1👍
✅
I would recommend fixing the <p>
tag issue on the client side, as you can configure tinymce not to use <p>
tags at all:
tinyMCE.init({
...
forced_root_block : false
});
http://www.tinymce.com/wiki.php/Configuration:forced_root_block
👤Hoff
Source:stackexchange.com