diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default.jats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default.jats b/data/templates/default.jats index 228a0636a..966da5c29 100644 --- a/data/templates/default.jats +++ b/data/templates/default.jats @@ -83,14 +83,14 @@ $for(author)$ $if(author.orcid)$ <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id> $endif$ -<name> $if(author.surname)$ +<name> <surname>$author.surname$</surname> <given-names>$author.given-names$</given-names> +</name> $else$ <string-name>$author$</string-name> $endif$ -</name> $if(author.email)$ <email>$author.email$</email> $endif$ |