From 07ca26fa270a516107d706a221205d89cedbe081 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 30 Jun 2011 02:17:49 +0000 Subject: [PATCH] Clarify comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39220 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathBox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 90a0749ca7..482b2b1fed 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -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); -- 2.39.5