From: Richard Heck Date: Tue, 19 Jan 2010 22:51:20 +0000 (+0000) Subject: Add a FIXME. X-Git-Tag: 2.0.0~4319 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cf086092e201ba4a6e0576aeda5dadfccd31fdaa;p=features.git Add a FIXME. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33102 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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");