Update article.jats_publishing template (#10622)

Just a typo for author prefix that was causing authors to have the suffix as
prefix and suffix in the XML.
This commit is contained in:
Tiago-Manzato
2025-02-14 18:08:34 -03:00
committed by GitHub
parent 3048261fd9
commit 2d2570881b
+1 -1
View File
@@ -98,7 +98,7 @@ $if(author.surname)$
<surname>$if(author.non-dropping-particle)$${author.non-dropping-particle} $endif$$author.surname$</surname>
<given-names>$author.given-names$$if(author.dropping-particle)$ ${author.dropping-particle}$endif$</given-names>
$if(author.prefix)$
<prefix>${author.suffix}</prefix>
<prefix>${author.prefix}</prefix>
$endif$
$if(author.suffix)$
<suffix>${author.suffix}</suffix>