diff options
| -rw-r--r-- | data/templates/default.jats_articleauthoring | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.jats_articleauthoring b/data/templates/default.jats_articleauthoring index 627911ae5..5a4fa2128 100644 --- a/data/templates/default.jats_articleauthoring +++ b/data/templates/default.jats_articleauthoring @@ -31,7 +31,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> |
