From c2d852643723aa171acaf8c498273312df824a00 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 7 Sep 2011 22:25:25 +0000 Subject: [PATCH] Fix bug #7721. We don't need to do anything here other than output our paragraphs. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39634 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetBranch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBranch.cpp b/src/insets/InsetBranch.cpp index c7a01ee360..01d9cdcefe 100644 --- a/src/insets/InsetBranch.cpp +++ b/src/insets/InsetBranch.cpp @@ -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(); } -- 2.39.2