When trying to download a Manuscript in JATS format, there is a visible error that shows up in the dialog box: "Error: invalid JATS. See console for details."
Examining the console shows this:
Error making JATS. Errors: [{"message":"Element 'em': This element is not expected. Expected is one of ( email, ext-link, uri, inline-supplementary-material, related-article, related-object, bold, fixed-case, italic, monospace ).\n","line":2,"col":0}]
I think replacing 'em' with 'italic' could fix this issue.
When trying to download a Manuscript in JATS format, there is a visible error that shows up in the dialog box: "Error: invalid JATS. See console for details."
Examining the console shows this:
Error making JATS. Errors: [{"message":"Element 'em': This element is not expected. Expected is one of ( email, ext-link, uri, inline-supplementary-material, related-article, related-object, bold, fixed-case, italic, monospace ).\n","line":2,"col":0}]
I think replacing 'em' with 'italic' could fix this issue.