]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDots.cpp
Do not allow pasting backslashes in macro names
[features.git] / src / mathed / InsetMathDots.cpp
index 5c51511701b687ebda0e6e4caa9cd3a49f4c62cd..63c54c950e03d96603eac45bbe4f8caca1af9b77 100644 (file)
@@ -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");
 }