diff --git a/webapp/src/main/webapp/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl b/webapp/src/main/webapp/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl index 516a9566..73a7b1bf 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl @@ -137,8 +137,10 @@ <#assign plumIdParam = "isbn=${statement.isbn13}"> <#elseif statement.oclc??> <#assign plumIdParam = "oclc=${statement.oclc}"> + <#else> + <#assign plumIdParam = ""> - <#if plumIdParam??> + <#if plumIdParam?has_content>