]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Fix MSVC warning
[lyx.git] / src / output_xhtml.cpp
index 44d94e3e14b8e7274a8771887a2349d915112b02..1c61421c7fc3356cb8038ec282810307ebf8d056 100644 (file)
@@ -227,7 +227,7 @@ ParagraphList::const_iterator makeBibliography(Buffer const & buf,
                                ParagraphList::const_iterator const & pend) 
 {
        os << "<h2 class='bibliography'>" 
-          << pbegin->layout().labelstring() 
+          << pbegin->layout().labelstring(false
           << "</h2>\n"
           << "<div class='bibliography'>\n";
                        makeParagraphs(buf, os, runparams, paragraphs, pbegin, pend);