From bae47150c634ca48b7a0a5561c6332720e0f1e61 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 25 Dec 2009 23:18:38 +0000 Subject: [PATCH] Must wrap everything... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32635 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathDots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathDots.cpp b/src/mathed/InsetMathDots.cpp index 45d2378550..8ca2a1e469 100644 --- a/src/mathed/InsetMathDots.cpp +++ b/src/mathed/InsetMathDots.cpp @@ -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 -- 2.39.2