https://bugzilla.wikimedia.org/show_bug.cgi?id=42469
--- Comment #1 from Roan Kattouw <[email protected]> 2012-11-29 02:21:29 UTC --- Mark and I looked at this and discovered it was because VE round-trips the HTML in question through the browser's HTML parser, which turns "<pre>\n" into "<pre>". Shockingly, this is actually mandated by the HTML spec. We can work around this in the converter by setting a flag on these pre's on the way in and checking for it on the way out. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
