mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
efd06c1582
commit
50b700938b
@ -72,7 +72,7 @@ void InsetMathNumber::mathmlize(MathStream & os) const
|
||||
if (os.inText())
|
||||
os << str_;
|
||||
else
|
||||
os << "<mn> " << str_ << " </mn>";
|
||||
os << "<mn>" << str_ << "</mn>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user