]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.cpp
MathML for Underset. And fix Overset.
[lyx.git] / src / mathed / InsetMathOverset.cpp
index abd6890788b5e8d502286a80d6ff18a1bd79ebf4..6b49dce35c33abbfa0027a9735e91e49c26da805 100644 (file)
@@ -86,7 +86,7 @@ void InsetMathOverset::normalize(NormalStream & os) const
 
 void InsetMathOverset::mathmlize(MathStream & ms) const
 {
-       ms << "<mover accent='false'>" << cell(0) << cell(1) << "</mover>";
+       ms << "<mover accent='false'>" << cell(1) << cell(0) << "</mover>";
 }