]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.cpp
Fix broken Apple speller interface
[features.git] / src / mathed / InsetMathDelim.cpp
index f5efc43ba4f4134a55568ac6c84cd58740eb96ab..cd4f8aade5f3d8c080df31f8791ce1e28448d7f6 100644 (file)
@@ -185,10 +185,8 @@ void InsetMathDelim::mathmlize(MathMLStream & ms) const
           << MTagInline("mo", "form='prefix' fence='true' stretchy='true' symmetric='true'")
           << convertDelimToXMLEscape(left_, ms.xmlMode())
           << ETagInline("mo")
-          << "\n"
           << cell(0)
-          << "\n"
-          << MTagInline("mo", "form='postfix' fence='true' stretchy='true' symmetric='true'>")
+          << MTagInline("mo", "form='postfix' fence='true' stretchy='true' symmetric='true'")
           << convertDelimToXMLEscape(right_, ms.xmlMode())
           << ETagInline("mo")
           << ETag("mrow");