git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39219 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-06-30 02:16:34 +00:00
parent 863a4d1906
commit dfc2a2792e

View File

@ -54,6 +54,9 @@ void InsetMathBox::normalize(NormalStream & os) const
void InsetMathBox::mathmlize(MathStream & ms) const
{
// FIXME Need to do something special for tags here.
// Probably will have to involve deferring them, which
// means returning something from this routine.
SetMode textmode(ms, true);
ms << MTag("mstyle", "class='mathbox'")
<< cell(0)