https://bugzilla.wikimedia.org/show_bug.cgi?id=65335
--- Comment #1 from physikerwelt <[email protected]> --- did you set /** * Option to use MathJax library to do client-side math rendering * when JavaScript is available. In supporting browsers this makes nice output * that's scalable for zooming, printing, and high-resolution displays. * * Not guaranteed to be stable at this time. */ $wgUseMathJax = true; The correct name would be $wgMathJax, since $wgUseMathJax violates the naming conventions and makes it difficould to find, given the large amount of config option. I made several attempts to change that but I never got code review for that. So I resigned from that change. -- 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
