From 661871cd7e17d4c66148822ffafc35f2556e5796 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 82cd7f92b..190e1a572 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>,