https://bugs.documentfoundation.org/show_bug.cgi?id=152851
--- Comment #5 from Ben van der Merwe <[email protected]> --- Regina, I think this is the same as bug 98827 which I logged. If you look in that bug, the xlmns in <math xmlns="http://www.w3.org/1998/Math/MathML"> is definitely optional and going forward with HTML5 will be seen less. It should be a simple fix, if you get <math>, assume it implies <math xmlns="http://www.w3.org/1998/Math/MathML"> This should be safe, because if LibeOffice just gets <math> it does not understand it and can do nothing. So you don;t lose anything by doing that... -- You are receiving this mail because: You are the assignee for the bug.
