Amend a68e9793: duplicate tag delimiter end.

This commit is contained in:
Thibaut Cuvelier 2021-12-05 18:48:27 +01:00
parent d1d22a1433
commit 946ba7781c

View 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"