]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.cpp
Make the fake sequence for braces highly unlikely (addressing #6478).
[lyx.git] / src / output_docbook.cpp
index 4dc6048d5b92804d5faafe8a25a892c9e93e4c80..f413f2831b790bffdd0f532c4fadc0a095d2593a 100644 (file)
@@ -260,7 +260,7 @@ ParagraphList::const_iterator makeCommand(Buffer const & buf,
        if (!bstyle.labeltag().empty()) {
                sgml::openTag(os, bstyle.labeltag());
                // We don't care about appendix in DOCBOOK.
-               os << par->expandLabel(bstyle, buf.params(), false);
+               os << par->expandDocBookLabel(bstyle, buf.params());
                sgml::closeTag(os, bstyle.labeltag());
        }