From 81f33bdaff10164ccbd052088fe5087cf860776f Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 6 Jan 2026 16:29:03 +0100 Subject: Fix author prefix placeholder in JATS template (#11381) Follow up on https://github.com/jgm/pandoc/pull/10622 that fix typo in other file --- data/templates/default.jats_articleauthoring | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$ $if(author.non-dropping-particle)$${author.non-dropping-particle} $endif$${author.surname} ${author.given-names}$if(author.dropping-particle)$ ${author.dropping-particle}$endif$ $if(author.prefix)$ -${author.suffix} +${author.prefix} $endif$ $if(author.suffix)$ ${author.suffix} -- cgit v1.2.3