Skip to content

Commit

Permalink
Fix for #482
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Aug 7, 2024
1 parent 4d9301b commit 2615012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biber/Input/file/bibtex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ sub create_entry {
# Set up any mapping foreach loop
my @maploop = ('');
if (my $foreach = $map->{map_foreach}) {
if (my $dslist = $DATAFIELD_SETS{$foreach}) { # datafield set list
if (my $dslist = $DATAFIELD_SETS{fc($foreach)}) { # datafield set list
@maploop = $dslist->@*;
}
# casefold here as the field name does not come from Text::BibTeX so it might not be
Expand Down

0 comments on commit 2615012

Please sign in to comment.