diff options
| author | Christophe Dervieux <[email protected]> | 2026-01-06 16:29:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-06 16:29:03 +0100 |
| commit | 81f33bdaff10164ccbd052088fe5087cf860776f (patch) | |
| tree | 6e21515ef9c3f702f1ebe16651b292d8a8313dfb | |
| parent | e9c4d7f7246d0312e7b7613c8aa1b15c4559826f (diff) | |
Fix author prefix placeholder in JATS template (#11381)
Follow up on https://github.com/jgm/pandoc/pull/10622 that fix typo in other file
| -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> |
