]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.cpp
Whitespace.
[lyx.git] / src / mathed / InsetMathScript.cpp
index 7912f9b1b19a47141e931d7894bcb912930e819e..1af0e573459938104334cf93fa251f7cf501e6f3 100644 (file)
@@ -612,6 +612,10 @@ void InsetMathScript::mathematica(MathematicaStream & os) const
 }
 
 
+// FIXME XHTML
+// It may be worth trying to output munder, mover, and munderover
+// in certain cases, e.g., for display formulas. But then we would
+// need to know if we're in a display formula.
 void InsetMathScript::mathmlize(MathStream & os) const
 {
        bool d = hasDown() && down().size();