]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
Whitespace.
[lyx.git] / 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>";
 }