]> git.lyx.org Git - features.git/commitdiff
Forgot this.
authorRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 20:19:06 +0000 (20:19 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 20:19:06 +0000 (20:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32299 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibitem.cpp

index 1e7d13972efc1e647230b383215ca8fdb3e35cfc..b236bab7050abe7d588375eb88ce59c5f6f7a121 100644 (file)
@@ -279,7 +279,7 @@ docstring InsetBibitem::xhtml(XHTMLStream & xs, OutputParams const &) const
        // id into the span tag.
        string const attrs = "id='" + to_utf8(getParam("key")) + "'";
        xs << CompTag("a", attrs);
-       xs << StartTag("span", "class='biblabel'");
+       xs << StartTag("span", "class='bibitemlabel'");
        xs << bibLabel();
        xs << EndTag("span");
        return docstring();