Jump to content

TinyMCE remove <p> tag


Recommended Posts

  • 2 months later...

I know this is a late answer but i just had the same problem.
I fixed it (not sure its the correct way to do it)

In yourdomain/js/tinymce/jscripts/tiny_mce/tiny_mce.js - Change this:

(l.forced_root_block||"p") to (l.forced_root_block||"false")
and
forced_root_block:"p" to forced_root_block:"false"

That did the trick for me :)

Link to comment
Share on other sites

×
×
  • Create New...