https://bugzilla.wikimedia.org/show_bug.cgi?id=23190
--- Comment #4 from Derk-Jan Hartman <[email protected]> 2010-04-14 15:09:34 CEST --- issue confirmed. The math tag in question contains a newline at the start. In Math.php this is output as: return ('$ '.htmlspecialchars( $this->tex ).' $'); So the indentation, $ + newline + tex. + our weird code to parse indentation and lists creates this output. Related to bug 22818, which is the same for a different mode. -- 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
