]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.cpp
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathDelim.cpp
index 459866c924ed17fbcd5d66acfc0cca9014a9c866..0d2fd9760748d4c551285c4520af9b804b1affcf 100644 (file)
@@ -168,6 +168,12 @@ void InsetMathDelim::mathmlize(MathStream & os) const
 }
 
 
+void InsetMathDelim::htmlize(HtmlStream & os) const
+{
+       os << left_ << cell(0) << right_;
+}
+
+
 void InsetMathDelim::octave(OctaveStream & os) const
 {
        if (isAbs())