mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Forgot this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32299 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
99f296e360
commit
3b7fd0c806
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user