From 15b4c83d5696f6da579e8327ad1669be0ea7555d Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 3 Mar 2021 15:03:30 +0100 Subject: [PATCH] Add closing tag to sep directive --- webapp/src/main/webapp/themes/iph/templates/text-lib.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl b/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl index 82cd7f92..190e1a57 100644 --- a/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl @@ -56,7 +56,7 @@ <#if authors?? && authors?has_content>
<#list authors as author> - <#if author.authorFamily??>${author.authorFamily?trim}<#if author.authorInitials??> ${author.authorInitials?trim}<#sep>, + <#if author.authorFamily??>${author.authorFamily?trim}<#if author.authorInitials??> ${author.authorInitials?trim}<#sep>,