mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 22:41:09 +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_) {
|
switch (kind_) {
|
||||||
case ATOP:
|
case ATOP:
|
||||||
ms << MTag("mfrac", "linethickness='0'")
|
ms << MTag("mfrac", "linethickness='0'")
|
||||||
<< MTag("mrow") << cell(0) << ETag("mrow")
|
<< cell(0)
|
||||||
<< MTag("mrow") << cell(1) << ETag("mrow")
|
<< cell(1)
|
||||||
<< ETag("mfrac");
|
<< ETag("mfrac");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user