From 25f429d3e5984e53ea90718868a545dfe5df3180 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 14 Nov 2009 19:41:22 +0000 Subject: [PATCH] Fix external function output for MathML. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31986 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathExFunc.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mathed/InsetMathExFunc.cpp b/src/mathed/InsetMathExFunc.cpp index 3398e9049a..5b79f60fa3 100644 --- a/src/mathed/InsetMathExFunc.cpp +++ b/src/mathed/InsetMathExFunc.cpp @@ -124,9 +124,7 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const void InsetMathExFunc::mathmlize(MathStream & os) const { - ++os.tab(); os.cr(); os.os() << '<' << name_ << '>'; - os << cell(0); - os.cr(); --os.tab(); os.os() << "'; + os.os() << "" << name_ << "" << "⁡" << cell(0); } -- 2.39.2