Skip to content

Commit

Permalink
raw URI lists need data model support
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Sep 3, 2023
1 parent a602543 commit 255cbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/latex/biblatex/blx-dm.def
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
not test {\ifinlistcs{##1}{blx@datamodel@lists}}}
{\listcsgadd{blx@datamodel@lists}{##1}%
\ifcsstring{blx@dm@datatype}{uri}
{\listcsgadd{blx@datamodel@lists}{##1raw}}
{\listcsgadd{blx@datamodel@lists}{##1raw}} % URL lists need a <field>raw variant
{}}
{}%
\ifboolexpr{% add to list of fields unless certain type/datatype etc.
Expand Down

0 comments on commit 255cbcf

Please sign in to comment.