From: Richard Heck Date: Sat, 14 Nov 2009 20:18:32 +0000 (+0000) Subject: Fix delimiters. X-Git-Tag: 2.0.0~5145 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=963c22353a1a6710cd83c398da357971b5150402;p=features.git Fix delimiters. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31988 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index 4c873f15e8..12688f1f58 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 << "" << cell(0) << ""; + os << "" << cell(0) << ""; }