The problem I'm having right now is very simple, I have the following HTML fragment.
- <p class="da-p">Nog een voetnoot
- <footnote>
- <p class="footnote_text"> Tweede voetnoot</p>
- </footnote>
- </p>
Whenever I load this into the ditor I get this:
- <p class="da-p">Nog een voetnootfd<footnote></footnote></p>
- <p class="footnote_text"> Tweede voetnoot</p>
How is this caused? And how can this be prevented?