mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30048 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f50c47d4be
commit
09177238e6
@ -244,7 +244,7 @@ void InsetBibitem::fillWithBibKeys(BiblioInfo & keys, InsetIterator const & it)
|
||||
{
|
||||
docstring const key = getParam("key");
|
||||
BibTeXInfo keyvalmap(false);
|
||||
keyvalmap.label(trim(getParam("label")));
|
||||
keyvalmap.label(bibLabel());
|
||||
DocIterator doc_it(it);
|
||||
doc_it.forwardPos();
|
||||
keyvalmap[from_ascii("ref")] = doc_it.paragraph().asString();
|
||||
|
Loading…
Reference in New Issue
Block a user