mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32552 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
96012a8859
commit
c271d0d8c1
@ -386,7 +386,7 @@ void InsetMathFrac::octave(OctaveStream & os) const
|
||||
|
||||
void InsetMathFrac::mathmlize(MathStream & os) const
|
||||
{
|
||||
os << MTag("mfrac")
|
||||
os << MTag("mfrac")
|
||||
<< MTag("mrow") << cell(0) << ETag("mrow")
|
||||
<< MTag("mrow") << cell(1) << ETag("mrow")
|
||||
<< ETag("mfrac");
|
||||
|
Loading…
Reference in New Issue
Block a user