From: Richard Heck Date: Sat, 14 Nov 2009 16:58:32 +0000 (+0000) Subject: FIXME X-Git-Tag: 2.0.0~5149 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=90f392425f2c6b6eeb75a2397b9f85bd0bc5b8f5;p=features.git FIXME git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31984 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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");