]> git.lyx.org Git - lyx.git/commitdiff
Clarify comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 30 Jun 2011 02:17:49 +0000 (02:17 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 30 Jun 2011 02:17:49 +0000 (02:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39220 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathBox.cpp

index 90a0749ca7c75c6f6d62a9ddf68ea03127167eca..482b2b1fed9141839a281caede99a94381cb6409 100644 (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);