From 27f8da648d18d216de481620c6ff2f4222578f25 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 26 Dec 2009 15:08:03 +0000 Subject: [PATCH] Output numbers as numbers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32644 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNumber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathNumber.cpp b/src/mathed/InsetMathNumber.cpp index 933505a6bf..fdacf0c7bc 100644 --- a/src/mathed/InsetMathNumber.cpp +++ b/src/mathed/InsetMathNumber.cpp @@ -69,7 +69,7 @@ void InsetMathNumber::octave(OctaveStream & os) const void InsetMathNumber::mathmlize(MathStream & os) const { - os << " " << str_ << " "; + os << " " << str_ << " "; } -- 2.39.2