From cf086092e201ba4a6e0576aeda5dadfccd31fdaa Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 19 Jan 2010 22:51:20 +0000 Subject: [PATCH] Add a FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33102 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_xhtml.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 553254ef22..212d1f6eab 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -620,6 +620,8 @@ ParagraphList::const_iterator makeBibliography(Buffer const & buf, ParagraphList::const_iterator const & pbegin, ParagraphList::const_iterator const & pend) { + // FIXME XHTML + // Use TextClass::htmlTOCLayout() to figure out how we should look. xs << html::StartTag("h2", "class='bibliography'"); xs << pbegin->layout().labelstring(false); xs << html::EndTag("h2"); -- 2.39.2