diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl index 67a810a2..a24a0262 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl @@ -14,7 +14,11 @@ <#macro showAuthorship statement> <#if statement.author??> <#if statement.subclass?? && statement.subclass?contains("vcard")> - ${statement.authorName} + <#if statement.authorName?replace(" ","")?length == statement.authorName?replace(" ","")?last_index_of(",") + 1 > + ${statement.authorName?replace(",","")} + <#else> + ${statement.authorName} + <#else> ${statement.authorName}