]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDots.cpp
Must wrap everything...
[features.git] / src / mathed / InsetMathDots.cpp
index 45d2378550b8e4e5d07d4ca3b33ca026291e2808..8ca2a1e46981c9ed5f4a40f95803b143434360ca 100644 (file)
@@ -105,7 +105,7 @@ void InsetMathDots::mathmlize(MathStream & os) const
                ent = "⋮";
        else
                LASSERT(false, ent = "…");
-       os << from_ascii(ent);
+       os << MTag("mi") << from_ascii(ent) << ETag("mi");
 }
 
 } // namespace lyx