]> git.lyx.org Git - features.git/commitdiff
Add comment.
authorRichard Heck <rgheck@comcast.net>
Mon, 14 Dec 2009 16:04:33 +0000 (16:04 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 14 Dec 2009 16:04:33 +0000 (16:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32527 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibtex.cpp

index 85b6248988e876e9179ad5765002095851f87d97..a38f4a7bb4c6da5a465e2f977ff0e816522f1d90 100644 (file)
@@ -898,6 +898,9 @@ void InsetBibtex::validate(LaTeXFeatures & features) const
 {
        if (features.bufferParams().use_bibtopic)
                features.require("bibtopic");
+       // FIXME XHTML
+       // It'd be better to be able to get this from an InsetLayout, but at present
+       // InsetLayouts do not seem really to work for things that aren't InsetTexts.
        if (features.runparams().flavor == OutputParams::HTML)
                features.addPreambleSnippet("<style type=\"text/css\">\n"
                        "div.bibtexentry { margin-left: 2em; text-indent: -2em; }\n"