X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNumber.cpp;h=c9ae470decf9dcdd690936270dfa9002517722e0;hb=50b700938b37f560bfcbafb2a10051376789bd06;hp=33a2f9d896e57145f7f10a73fb9099f4e5fc5110;hpb=5536d442cda227fdf40afbc41abe4b133a29edfc;p=lyx.git 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_ << ""; }