]> git.lyx.org Git - features.git/commitdiff
FIXME
authorRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 16:58:32 +0000 (16:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 16:58:32 +0000 (16:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31984 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathGrid.cpp

index 46148a662888e050995abf2d684520a15b9fa4b4..b42a262892f6ebcee52e41cf4e9fba3b34436740 100644 (file)
@@ -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 <mrow>.
 void InsetMathGrid::mathmlize(MathStream & os) const
 {
        os << MTag("mtable");