InsetMathExFunc: use XML entities instead of HTML in MathML.

This part should have been committed with bc73a857 in the first place.
This commit is contained in:
Thibaut Cuvelier 2022-12-26 20:38:06 +01:00
parent 9b80a5ba9e
commit 3839897c0f

View File

@ -128,7 +128,7 @@ void InsetMathExFunc::mathmlize(MathMLStream & ms) const
<< name_
<< ETagInline("mi")
<< MTagInline("mo")
<< "&af;"
<< "&#x2061;"
<< ETagInline("mo")
<< cell(0);
}