]> git.lyx.org Git - features.git/commitdiff
A bit more for math delim.
authorRichard Heck <rgheck@comcast.net>
Wed, 16 Dec 2009 15:35:25 +0000 (15:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 16 Dec 2009 15:35:25 +0000 (15:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32545 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathDelim.cpp

index fa1ab4da7e9e96adef46786758d35656b86e0080..a47678dd4c6924eecd20441f9c24c95af0918130 100644 (file)
@@ -163,8 +163,8 @@ void InsetMathDelim::mathematica(MathematicaStream & os) const
 
 void InsetMathDelim::mathmlize(MathStream & os) const
 {
-       os << "<mo>" << left_ << "</mo>"
-               << cell(0) << "<mo>" << right_ << "</mo>";
+       os << "<mo fence='true' stretchy='true' symmetric='true'>" << left_ << "</mo>"
+               << cell(0) << "<mo fence='true' stretchy='true' symmetric='true'>" << right_ << "</mo>";
 }