mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
MathML: remove extraneous <mrow> in fractions
Contributed by lynx: https://www.lyx.org/trac/ticket/12629
This commit is contained in:
parent
66fab70388
commit
0c227d3dfa
@ -506,8 +506,8 @@ void InsetMathFrac::mathmlize(MathMLStream & ms) const
|
||||
switch (kind_) {
|
||||
case ATOP:
|
||||
ms << MTag("mfrac", "linethickness='0'")
|
||||
<< MTag("mrow") << cell(0) << ETag("mrow")
|
||||
<< MTag("mrow") << cell(1) << ETag("mrow")
|
||||
<< cell(0)
|
||||
<< cell(1)
|
||||
<< ETag("mfrac");
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user