mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend a68e9793
: duplicate tag delimiter end.
This commit is contained in:
parent
d1d22a1433
commit
946ba7781c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user