corrected bibtex interaction
All checks were successful
Next.js App CI / docker (push) Successful in 8m25s

This commit is contained in:
2025-09-25 09:51:36 +02:00
parent 7acb382450
commit 3e6b27b293

View File

@@ -35,10 +35,8 @@ export function getPublicationsData(): Publication[] {
: ''}}, : ''}},
`; `;
} else { } else {
if (Array.isArray(value)) { bibtexEntryString += ` ${key} = {${value}},
bibtexEntryString += ` ${key} = {${value.join(" ")}},
`; `;
}
} }
} }
bibtexEntryString += `}` bibtexEntryString += `}`