Skip to content

Commit 2910555

Browse files
committed
Use the correct key
1 parent 480f0c3 commit 2910555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/common/authors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function computeLabels(authors, affiliations, meta)
662662
meta[kLabels][kAffiliations] = {pandoc.Str(language["title-block-affiliation-plural"])}
663663
end
664664
if meta[kAffiliationTitle] then
665-
meta[kLabels][kAffiliation] = meta[kAffiliationTitle]
665+
meta[kLabels][kAffiliations] = meta[kAffiliationTitle]
666666
end
667667

668668
meta[kLabels][kPublished] = {pandoc.Str(language["title-block-published"])}

0 commit comments

Comments
 (0)