From: Richard Heck Date: Thu, 30 Jun 2011 02:17:49 +0000 (+0000) Subject: Clarify comment. X-Git-Tag: 2.1.0beta1~2985 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=07ca26fa270a516107d706a221205d89cedbe081;p=lyx.git Clarify comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39220 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);