diff --git a/src/mathed/InsetMathScript.cpp b/src/mathed/InsetMathScript.cpp index 7912f9b1b1..1af0e57345 100644 --- a/src/mathed/InsetMathScript.cpp +++ b/src/mathed/InsetMathScript.cpp @@ -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();