From: Richard Heck Date: Fri, 25 Dec 2009 23:18:38 +0000 (+0000) Subject: Must wrap everything... X-Git-Tag: 2.0.0~4718 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bae47150c634ca48b7a0a5561c6332720e0f1e61;p=features.git Must wrap everything... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32635 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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