From 00c35dbd17d1daa974597b6318b8518f1e2921a3 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>,