mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Forgot to wrap first citation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33141 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4c9fd44da5
commit
ca40daccb0
@ -435,6 +435,7 @@ docstring InsetCitation::basicLabel(bool for_xhtml) const
|
||||
if (contains(keys, ',')) {
|
||||
// Final comma allows while loop to cover all keys
|
||||
keys = ltrim(split(keys, label, ',')) + ',';
|
||||
label = wrapCitation(label, label, for_xhtml);
|
||||
while (contains(keys, ',')) {
|
||||
docstring key;
|
||||
keys = ltrim(split(keys, key, ','));
|
||||
|
Loading…
Reference in New Issue
Block a user