]> git.lyx.org Git - features.git/commitdiff
Amend a68e9793: duplicate tag delimiter end.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 5 Dec 2021 17:48:27 +0000 (18:48 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 5 Dec 2021 17:48:27 +0000 (18:48 +0100)
src/mathed/InsetMathDelim.cpp

index e2bd5ac406ffab0125689d1ad0b8768a332fdf3e..f5efc43ba4f4134a55568ac6c84cd58740eb96ab 100644 (file)
@@ -182,7 +182,7 @@ void InsetMathDelim::mathematica(MathematicaStream & os) const
 void InsetMathDelim::mathmlize(MathMLStream & ms) const
 {
        ms << MTag("mrow")
-          << MTagInline("mo", "form='prefix' fence='true' stretchy='true' symmetric='true'>")
+          << MTagInline("mo", "form='prefix' fence='true' stretchy='true' symmetric='true'")
           << convertDelimToXMLEscape(left_, ms.xmlMode())
           << ETagInline("mo")
           << "\n"