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");