Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-12 20:22:07 +00:00
parent efd06c1582
commit 50b700938b

View 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>";
}