X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrac.cpp;h=11d24469db1c09b752105035e8a1951186a2fcbb;hb=48b09463dd23e64fab605553a91542198e8361e4;hp=11d337d72912e83407226d556bf2e49e34ac77ec;hpb=96012a88590cb5109f0cbb36a1f06628d6b79ab6;p=lyx.git diff --git a/src/mathed/InsetMathFrac.cpp b/src/mathed/InsetMathFrac.cpp index 11d337d729..11d24469db 100644 --- a/src/mathed/InsetMathFrac.cpp +++ b/src/mathed/InsetMathFrac.cpp @@ -386,7 +386,7 @@ void InsetMathFrac::octave(OctaveStream & os) const void InsetMathFrac::mathmlize(MathStream & os) const { - os << MTag("mfrac") + os << MTag("mfrac") << MTag("mrow") << cell(0) << ETag("mrow") << MTag("mrow") << cell(1) << ETag("mrow") << ETag("mfrac");