From: Richard Heck Date: Thu, 3 Dec 2009 20:19:06 +0000 (+0000) Subject: Forgot this. X-Git-Tag: 2.0.0~4944 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3b7fd0c8065d259150c61ddad6486e3c17147d76;p=features.git Forgot this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32299 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index 1e7d13972e..b236bab705 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -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();