]> git.lyx.org Git - features.git/commitdiff
Add a FIXME.
authorRichard Heck <rgheck@comcast.net>
Tue, 19 Jan 2010 22:51:20 +0000 (22:51 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 19 Jan 2010 22:51:20 +0000 (22:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33102 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index 553254ef22ffa45155dd934fc7ac3bc39540de94..212d1f6eabdd8b340682d29c486a24f2122cdbc6 100644 (file)
@@ -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");