git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31984 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-14 16:58:32 +00:00
parent 886304a588
commit 90f392425f

View 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 void InsetMathGrid::mathmlize(MathStream & os) const
{ {
os << MTag("mtable"); os << MTag("mtable");