Non expected HTML tag closure. [Fixed]

  •  01-24-2014, 8:03 AM

    Non expected HTML tag closure. [Fixed]

    The problem I'm having right now is very simple, I have the following HTML fragment.

    1. <p class="da-p">Nog een voetnoot
    2.     <footnote>
    3.         <p class="footnote_text"> Tweede voetnoot</p>
    4.     </footnote>
    5. </p>  
    Whenever I load this into the ditor I get this:

    1. <p class="da-p">Nog een voetnootfd<footnote></footnote></p>  
    2. <p class="footnote_text"> Tweede voetnoot</p>  

    How is this caused? And how can this be prevented? 

View Complete Thread