Skip to content

Commit

Permalink
Properly normalize funding
Browse files Browse the repository at this point in the history
fixes #7467
  • Loading branch information
dragonstyle committed Nov 29, 2023
1 parent c3cc669 commit 9cb96fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/resources/filters/modules/authors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -631,12 +631,11 @@ local function processFundingGroup(fundingGroup, authors, affiliations)
end

return result
else

else
-- this is a simple string / inlines, just
-- use it as the source
return {
[kStatement] = fundingAward
[kStatement] = fundingGroup
}
end
end
Expand Down

0 comments on commit 9cb96fc

Please sign in to comment.