From: Richard Heck Date: Wed, 16 Dec 2009 15:35:25 +0000 (+0000) Subject: A bit more for math delim. X-Git-Tag: 2.0.0~4802 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d4b3b615933bcb02b085dccf9b9fb48914c56806;p=features.git A bit more for math delim. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32545 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index fa1ab4da7e..a47678dd4c 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_ << ""; }