mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
9b80a5ba9e
commit
3839897c0f
@ -128,7 +128,7 @@ void InsetMathExFunc::mathmlize(MathMLStream & ms) const
|
||||
<< name_
|
||||
<< ETagInline("mi")
|
||||
<< MTagInline("mo")
|
||||
<< "⁡"
|
||||
<< "⁡"
|
||||
<< ETagInline("mo")
|
||||
<< cell(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user