https://bugzilla.wikimedia.org/show_bug.cgi?id=33048
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Gabriel Wicke <[email protected]> 2011-12-14 19:56:24 UTC --- A quick trick to fix this might be setting .innerHTML of a hidden element to the new source, and then reading the .innerHTML back. The browser's HTML parser will fix up the nesting according to the HTML spec while parsing the fragment. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
