From 90f392425f2c6b6eeb75a2397b9f85bd0bc5b8f5 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 14 Nov 2009 16:58:32 +0000 Subject: [PATCH] FIXME git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31984 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathGrid.cpp | 3 +++ 1 file changed, 3 insertions(+) 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"); -- 2.39.2