Forgot this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32299 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-03 20:19:06 +00:00
parent 99f296e360
commit 3b7fd0c806

View 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();