From: Richard Heck Date: Thu, 30 Jun 2011 02:16:34 +0000 (+0000) Subject: Comment. X-Git-Tag: 2.1.0beta1~2986 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dfc2a2792e870509c2f15a57597c6c767628a0cf;p=features.git Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39219 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index c6f98ca987..90a0749ca7 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -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)