Clarify comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39220 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-06-30 02:17:49 +00:00
parent dfc2a2792e
commit 07ca26fa27

View File

@ -54,7 +54,8 @@ void InsetMathBox::normalize(NormalStream & os) const
void InsetMathBox::mathmlize(MathStream & ms) const
{
// FIXME Need to do something special for tags here.
// FIXME XHTML
// Need to do something special for tags here.
// Probably will have to involve deferring them, which
// means returning something from this routine.
SetMode textmode(ms, true);