diff --git a/src/codecs/jats/index.ts b/src/codecs/jats/index.ts index 8985c4d5a..490233d59 100644 --- a/src/codecs/jats/index.ts +++ b/src/codecs/jats/index.ts @@ -828,9 +828,9 @@ function decodeHistory( export function decodeMetaFront(front: xml.Element): stencila.Article['meta'] { // Extract all footnotes within the element as plain text const authorNotes = [ - ...all(first(front, 'author-notes'), 'fn'), - ...all(first(front, 'author-notes'), 'corresp'), - ] + ...all(first(front, 'author-notes'), 'fn'), + ...all(first(front, 'author-notes'), 'corresp'), + ] .map((fn) => { const id = attrOrUndefined(fn, 'id') let label