https://bugzilla.wikimedia.org/show_bug.cgi?id=35875
--- Comment #4 from Krinkle <[email protected]> 2012-04-11 04:00:12 UTC --- So it turns out that... .. although Geshi IS using <pre> internally, the reason the skin's style didn't apply (and hence bug 19416 filed) is because it has a very string reset. Not a problem we thought, we can simply wrap another <pre> around that that is loose from Geshi (geshi's output is simply encapsulated in it). ... Geshi is also using a few <div>s and <span>s internally as wrappings sometimes (not always), but those are out of the MediaWiki extension's control. .. and Tidy does not allow a <div> to be inside a <pre> so it closes the <pre> before the, only child, <div> starts with </pre>, and lets the div continue outside the <pre> and them snips out the original </pre> at the and as a closing tag with no matching opening tag. -- 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
