I have two applications using the same TinyMCE textarea configuration. However, although entering the application does display the text correctly, the same input in another application does not display the text correctly - it issues <p> <li> tags, etc.
I have exactly the same Django source code for these two different applications. As I mentioned above, two applications use the same TinyMCE text area. How could this happen?
source share