X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.cpp;h=63c54c950e03d96603eac45bbe4f8caca1af9b77;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=5c51511701b687ebda0e6e4caa9cd3a49f4c62cd;hpb=3cf5a064dba71680632fb5a01b74693abcee2e23;p=features.git diff --git a/src/mathed/InsetMathDots.cpp b/src/mathed/InsetMathDots.cpp index 5c51511701..63c54c950e 100644 --- a/src/mathed/InsetMathDots.cpp +++ b/src/mathed/InsetMathDots.cpp @@ -105,7 +105,7 @@ void InsetMathDots::mathmlize(MathMLStream & ms) const ent = "⋮"; else LASSERT(false, ent = "…"); } - ms << MTag("mi") << from_ascii(ent) << ETag("mi"); + ms << MTagInline("mi") << from_ascii(ent) << ETagInline("mi"); }