]> git.lyx.org Git - features.git/commitdiff
Whoops. Forgot to fix this.
authorRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 19:52:06 +0000 (19:52 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 19:52:06 +0000 (19:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31987 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathExFunc.cpp

index 5b79f60fa3e677e0bb9a24f3074a71b0c07b2373..e4479275d01093e7aec6a6699e263b5f72da9c00 100644 (file)
@@ -124,7 +124,8 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const
 
 void InsetMathExFunc::mathmlize(MathStream & os) const
 {
-       os.os() << "<mi>" << name_ << "</mi>" << "&af;" << cell(0);
+       os.os() << "<mi>" << name_ << "</mi>" << "&af;";
+       os << cell(0);
 }