commit 3839897c0fcaa5b2275d05d901a517610331f304
Author: Thibaut Cuvelier <tcuvel...@lyx.org>
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")
-          << "&af;"
+          << "&#x2061;"
           << ETagInline("mo")
           << cell(0);
 }
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to