]> git.lyx.org Git - features.git/commitdiff
Fix bug #7721. We don't need to do anything here other than output
authorRichard Heck <rgheck@comcast.net>
Wed, 7 Sep 2011 22:25:25 +0000 (22:25 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 7 Sep 2011 22:25:25 +0000 (22:25 +0000)
our paragraphs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39634 a592a061-630c-0410-9148-cb99ea01b6c8

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();
 }