From: Richard Heck Date: Tue, 12 Jan 2010 20:22:07 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.0.0~4399 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=50b700938b37f560bfcbafb2a10051376789bd06;p=lyx.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32997 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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_ << ""; }