From dfc2a2792e870509c2f15a57597c6c767628a0cf Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 30 Jun 2011 02:16:34 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39219 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathBox.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2