Extra comma appears in a bib entry with just two authors #2811
-
Here is an example from the default Einstein page. Any ideas on how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Oct 27, 2024
Replies: 1 comment
-
Probably this line is the responsible Line 81 in 47ed26f Looking at it it adds the comma if it is not the first author, but nowhere it looked if there are only 2. Would you mind sending a PR for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pareek21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably this line is the responsible
al-folio/_layouts/bib.liquid
Line 81 in 47ed26f
Looking at it it adds the comma if it is not the first author, but nowhere it looked if there are only 2. Would you mind sending a PR for this?