https://bugzilla.wikimedia.org/show_bug.cgi?id=50235
--- Comment #19 from physikerwelt <[email protected]> --- ok. yet another problem. This is because the a dependency to a newer version of the core. You can update your core version to the master version as well by git checkout master in the mediawiki root dir, or uncomment the xml check in MathLaTeXML.php line 204 /** * Checks if the input is valid MathML, * and if the root element has the name math * @param string $XML * @return boolean */ static public function isValidMathML( $XML ) { just add return true; there. -- 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
