]> git.lyx.org Git - features.git/commitdiff
Comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 30 Jun 2011 02:16:34 +0000 (02:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 30 Jun 2011 02:16:34 +0000 (02:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39219 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathBox.cpp

index c6f98ca98718dbb7077e496529544eeab3f0dc9e..90a0749ca7c75c6f6d62a9ddf68ea03127167eca 100644 (file)
@@ -54,6 +54,9 @@ void InsetMathBox::normalize(NormalStream & os) const
 
 void InsetMathBox::mathmlize(MathStream & ms) const
 {
+       // FIXME 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);
        ms << MTag("mstyle", "class='mathbox'")
           << cell(0)