From c271d0d8c197fb13298bfafe92836e4292d4c7e7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 16 Dec 2009 17:22:56 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32552 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathFrac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2