commit 3839897c0fcaa5b2275d05d901a517610331f304
Author: Thibaut Cuvelier <[email protected]>
Date: Mon Dec 26 20:38:06 2022 +0100
InsetMathExFunc: use XML entities instead of HTML in MathML.
This part should have been committed with bc73a857 in the first place.
---
src/mathed/InsetMathExFunc.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mathed/InsetMathExFunc.cpp b/src/mathed/InsetMathExFunc.cpp
index c450cce..ea557b1 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);
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs