]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Move <QTimer> from TocWidget.h
[lyx.git] / src / BiblioInfo.cpp
index 7005519ac3f8978a535e8f4c258a2b7402b71e06..15705ce14488f8dc1ac8143e91d13ecc91163e16 100644 (file)
@@ -1045,7 +1045,7 @@ docstring const & BibTeXInfo::getInfo(BibTeXInfoList const & xrefs,
 }
 
 
-docstring const BibTeXInfo::getLabel(BibTeXInfoList const xrefs,
+docstring const BibTeXInfo::getLabel(BibTeXInfoList const xrefs,
        Buffer const & buf, docstring const & format,
        CiteItem const & ci, bool next, bool second) const
 {
@@ -1700,6 +1700,8 @@ docstring authorsToDocBookAuthorGroup(docstring const & authorsString, XMLStream
 
        // Output the list of authors.
        xs << xml::StartTag("authorgroup");
+       xs << xml::CR();
+
        auto it = authors.cbegin();
        auto en = authors.cend();
        for (size_t i = 0; it != en; ++it, ++i) {