]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.cpp
* Fix merging of cells (multicolumn, multirow) when the first cell in the selection...
[lyx.git] / src / insets / InsetBranch.cpp
index c7a01ee360fe4152dc09e32d1717a5cf79786df2..01d9cdcefe442a6f7917597f97e413cfc09698ac 100644 (file)
@@ -231,7 +231,7 @@ int InsetBranch::docbook(odocstream & os,
 docstring InsetBranch::xhtml(XHTMLStream & xs, OutputParams const & rp) const
 {
        if (isBranchSelected())
-                return InsetText::xhtml(xs, rp);
+               xhtmlParagraphs(text(), buffer(), xs, rp);
        return docstring();
 }