]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
Attempt to fix #8137 (arrived at r40862).
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index e4479275d01093e7aec6a6699e263b5f72da9c00..25c8dcbaf9b964300c2844f5243699806f9e1aac 100644 (file)
@@ -124,7 +124,7 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const
 
 void InsetMathExFunc::mathmlize(MathStream & os) const
 {
-       os.os() << "<mi>" << name_ << "</mi>" << "&af;";
+       os << "<mi>" << name_ << "</mi><mo>&af;</mo>";
        os << cell(0);
 }