]> 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 3398e9049addec135e74611d96ed394d5c492e40..25c8dcbaf9b964300c2844f5243699806f9e1aac 100644 (file)
@@ -124,9 +124,8 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const
 
 void InsetMathExFunc::mathmlize(MathStream & os) const
 {
-       ++os.tab(); os.cr(); os.os() << '<' << name_ << '>';
+       os << "<mi>" << name_ << "</mi><mo>&af;</mo>";
        os << cell(0);
-       os.cr(); --os.tab(); os.os() << "</" << name_ << '>';
 }