https://bugzilla.wikimedia.org/show_bug.cgi?id=63798
--- Comment #1 from [email protected] --- The problem is that this template invocation: {{vgrtbl|JP|March 19, 2014}} introduces an inclosed span which pretty much wraps everything else from that point till the end of the document. So, that unbalanced transclusion wraps all other content and transclusions. You can see the in your browser with a DOM inspector. Look at the data-mw for that span (with about id #mwt18). You will find that its parts start with the Vgrtbl template and include everything further on. Tidy probably closes the unclosed span much earlier. This is yet another issue between how Tidy cleans up misnested tags and how Parsoid handles it. Parsoid relies on a HTML5 parser to fix things up and doesn't do anything beyond that. There are now a bunch of issues showing up in different context that all pertain to differences between Tidy and Parsoid. I'll leave this bug report open with this info. But if you fix the template, the problem will resolve. An unrelated issue I notice is that there seems to be missing table tags around where the vgrtbl template is being used. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
