https://bugzilla.wikimedia.org/show_bug.cgi?id=30930
--- Comment #1 from Brion Vibber <[email protected]> 2011-09-16 17:35:54 UTC --- It looks like the tab->space conversion is done by HTML tidy -- and it's behaving a bit differently on the <pre> as it does on the <span>s? Probably it's resetting its conversion on each element. Probably the best way to fix this (other than turning off the damn conversion in tidy if we can) is to do our own tab->space conversion before passing things into syntax highlighting. Though it'd be nicer still to preserve the original tabs I guess... but tidy doesn't seem to want to do that. :P http://tidy.sourceforge.net/docs/quickref.html#tab-size says "Tidy never outputs tabs". whyyyyyyyyyyyyy -- 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
