aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTiago-Manzato <[email protected]>2025-02-14 18:08:34 -0300
committerGitHub <[email protected]>2025-02-14 13:08:34 -0800
commit2d2570881b8dd7334dcc35f722379cc476140f78 (patch)
tree93aea7967e6bbde9931e47434af8e7eb0f52632f /data
parent3048261fd9a97e73131d7f35e703b42512c63324 (diff)
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.
Diffstat (limited to 'data')
-rw-r--r--data/templates/article.jats_publishing2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing
index d402b8bbd..b33263cfd 100644
--- a/data/templates/article.jats_publishing
+++ b/data/templates/article.jats_publishing
@@ -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>