]> git.lyx.org Git - lyx.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@comcast.net>
Tue, 12 Jan 2010 20:22:07 +0000 (20:22 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 12 Jan 2010 20:22:07 +0000 (20:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32997 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNumber.cpp

index 33a2f9d896e57145f7f10a73fb9099f4e5fc5110..c9ae470decf9dcdd690936270dfa9002517722e0 100644 (file)
@@ -72,7 +72,7 @@ void InsetMathNumber::mathmlize(MathStream & os) const
        if (os.inText())
                os << str_;
        else
-               os << "<mn> " << str_ << " </mn>";
+               os << "<mn>" << str_ << "</mn>";
 }