mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Must wrap everything...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32635 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7c53f3af6
commit
bae47150c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user