From 66fab7038831874ab2466e60d094287e4fb8901a Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Fri, 20 Jan 2023 02:25:08 +0100 Subject: [PATCH] MathML: replace HTML entities with XML ones in more places This part should have been committed with bc73a857 in the first place. --- src/mathed/InsetMathExInt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathExInt.cpp b/src/mathed/InsetMathExInt.cpp index 4812eec997..c5c726270d 100644 --- a/src/mathed/InsetMathExInt.cpp +++ b/src/mathed/InsetMathExInt.cpp @@ -153,11 +153,11 @@ void InsetMathExInt::mathmlize(MathMLStream & ms) const ms << ETag("msup"); ms << cell(0) << "<" << from_ascii(ms.namespacedTag("mo")) << "> " - << " ⁢ " + << " ⁢ " << "" << MTag("mrow") << "<" << from_ascii(ms.namespacedTag("mo")) << "> " - << " ⅆ " + << " ⅆ " << "" << cell(1) << ETag("mrow"); -- 2.39.5