From: Thibaut Cuvelier Date: Mon, 26 Dec 2022 19:38:06 +0000 (+0100) Subject: InsetMathExFunc: use XML entities instead of HTML in MathML. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3839897c0fcaa5b2275d05d901a517610331f304;p=features.git InsetMathExFunc: use XML entities instead of HTML in MathML. This part should have been committed with bc73a857 in the first place. --- diff --git a/src/mathed/InsetMathExFunc.cpp b/src/mathed/InsetMathExFunc.cpp index c450cceb97..ea557b1fa1 100644 --- a/src/mathed/InsetMathExFunc.cpp +++ b/src/mathed/InsetMathExFunc.cpp @@ -128,7 +128,7 @@ void InsetMathExFunc::mathmlize(MathMLStream & ms) const << name_ << ETagInline("mi") << MTagInline("mo") - << "⁡" + << "⁡" << ETagInline("mo") << cell(0); }