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)