]> git.lyx.org Git - features.git/commitdiff
Forgot to wrap first citation.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 19:30:39 +0000 (19:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 19:30:39 +0000 (19:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33141 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCitation.cpp

index 935da109f431dbb7629bc05ff94403b913179154..919b762d496fe7c1a9f87b44093a6624abccfdfd 100644 (file)
@@ -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, ','));