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

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39635 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBranch.cpp
status.20x

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();
 }
 
index d777fce3d1880207821f93564bf7552fa53c165a..947932667db850c9b7d486565332634ea89d4334 100644 (file)
@@ -61,6 +61,8 @@ What's new
 - Fix problem where updates to children were not seen on output of master
   (bug 7360).
 
+- Fix XHTML export of branches (bug 7721).
+
 
 * USER INTERFACE