Ticket #1740: xmldump.patch
File xmldump.patch, 585 bytes (added by , 13 years ago) |
---|
-
Compiler/BackEnd/XMLDump.mo
1917 1917 dumpStrOpenTag(MathMLApply); 1918 1918 dumpStrOpenTag(MathMLMatrix); 1919 1919 dumpStrOpenTag(MathMLMatrixrow); 1920 dumpListSeparator(ebs, dumpRow, stringAppendList({"\n</",MathMLMatrixrow,"> /n<",MathMLMatrixrow,">"}));1920 dumpListSeparator(ebs, dumpRow, stringAppendList({"\n</",MathMLMatrixrow,">\n<",MathMLMatrixrow,">"})); 1921 1921 dumpStrCloseTag(MathMLMatrixrow); 1922 1922 dumpStrCloseTag(MathMLMatrix); 1923 1923 dumpStrCloseTag(MathMLApply);