From ce2e071cdfde88864c1524818d66cbae52273502 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 16 Dec 2009 15:50:05 +0000 Subject: [PATCH] This should do it for the delimiters. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32546 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathDelim.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index a47678dd4c..459866c924 100644 --- a/src/mathed/InsetMathDelim.cpp +++ b/src/mathed/InsetMathDelim.cpp @@ -163,8 +163,8 @@ void InsetMathDelim::mathematica(MathematicaStream & os) const void InsetMathDelim::mathmlize(MathStream & os) const { - os << "" << left_ << "" - << cell(0) << "" << right_ << ""; + os << "" << left_ << "" + << cell(0) << "" << right_ << ""; } -- 2.39.2