Skip to content

Commit

Permalink
Update article.jats_publishing
Browse files Browse the repository at this point in the history
Just a typo for author prefix that was causing authors to have the suffix as prefix and suffix in the XML
  • Loading branch information
Tiago-Manzato authored Feb 14, 2025
1 parent 3048261 commit 8199ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/article.jats_publishing
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8199ace

Please sign in to comment.