Hi,
I have this html in my database (created with FckEditor):
now that i moved to CKeditor i have added some cleanup code to the dataprocessing of my plugin.
But ckeditor thinks the span element with the yellew background has 3 children when it has none.
Why are self closing elements being treated as open?
Has this got something to do with me treating content as HTML vs XHTML ?
I have this html in my database (created with FckEditor):
<p> <span style="font-size: small"><span style="font-family: Arial"> <span style="line-height: 115%">Det er ved at være tid til medarbejderudviklingssamtale (MUS). </span> I Outlook har jeg booket vores medarbejderudviklingssamtale til <idt:templatefield expression="" xmlns:idt="" /> <span style="background: yellow; -moz-background-inline-policy: continuous; -moz-background-clip: border; -moz-background-origin: padding" />, <idt:templatefield expression="" xmlns:idt="" />. </span></span> </p>
now that i moved to CKeditor i have added some cleanup code to the dataprocessing of my plugin.
But ckeditor thinks the span element with the yellew background has 3 children when it has none.
Why are self closing elements being treated as open?
Has this got something to do with me treating content as HTML vs XHTML ?