Author: rgheck
Date: Thu Jun 30 04:16:34 2011
New Revision: 39219
URL: http://www.lyx.org/trac/changeset/39219

Log:
Comment.

Modified:
   lyx-devel/trunk/src/mathed/InsetMathBox.cpp

Modified: lyx-devel/trunk/src/mathed/InsetMathBox.cpp
==============================================================================
--- lyx-devel/trunk/src/mathed/InsetMathBox.cpp Wed Jun 29 21:20:51 2011        
(r39218)
+++ lyx-devel/trunk/src/mathed/InsetMathBox.cpp Thu Jun 30 04:16:34 2011        
(r39219)
@@ -54,6 +54,9 @@
 
 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)

Reply via email to