Why tinymce in django admin outputs html tags?
        Posted  
        
            by israkir
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by israkir
        
        
        
        Published on 2010-05-22T17:35:22Z
        Indexed on 
            2010/05/22
            17:40 UTC
        
        
        Read the original article
        Hit count: 237
        
I have two apps using the same tinymce textarea configurations. However, while an input in an app does output the text properly, same input in another app does not output the text properly -it outputs the <p> <li> tags etc...
I have exactly same django source codes for these two different apps. As I mentioned above, two apps using the same tinymce textarea. How come this could happen? Thanks.
© Stack Overflow or respective owner