From 50b700938b37f560bfcbafb2a10051376789bd06 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 12 Jan 2010 20:22:07 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32997 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 33a2f9d896..c9ae470dec 100644 --- a/src/mathed/InsetMathNumber.cpp +++ b/src/mathed/InsetMathNumber.cpp @@ -72,7 +72,7 @@ void InsetMathNumber::mathmlize(MathStream & os) const if (os.inText()) os << str_; else - os << " " << str_ << " "; + os << "" << str_ << ""; } -- 2.39.5