diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index 46148a6628..b42a262892 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -967,6 +967,9 @@ void InsetMathGrid::normalize(NormalStream & os) const } +// FIXME We might want to check here if we actually have any +// kind of table structure, and only output the surrounding +// tags if we do, otherwise just outputting . void InsetMathGrid::mathmlize(MathStream & os) const { os << MTag("mtable");