Ticket #1740: xmldump.patch

File xmldump.patch, 585 bytes (added by Bill Janssen, 13 years ago)
  • Compiler/BackEnd/XMLDump.mo

     
    19171917        dumpStrOpenTag(MathMLApply);
    19181918        dumpStrOpenTag(MathMLMatrix);
    19191919        dumpStrOpenTag(MathMLMatrixrow);
    1920         dumpListSeparator(ebs, dumpRow, stringAppendList({"\n</",MathMLMatrixrow,">/n<",MathMLMatrixrow,">"}));
     1920        dumpListSeparator(ebs, dumpRow, stringAppendList({"\n</",MathMLMatrixrow,">\n<",MathMLMatrixrow,">"}));
    19211921        dumpStrCloseTag(MathMLMatrixrow);
    19221922        dumpStrCloseTag(MathMLMatrix);
    19231923        dumpStrCloseTag(MathMLApply);