From 963c22353a1a6710cd83c398da357971b5150402 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 14 Nov 2009 20:18:32 +0000 Subject: [PATCH] Fix delimiters. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31988 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 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) << ""; } -- 2.39.2