Add closing tag to sep directive
This commit is contained in:
parent
5b77aaf75f
commit
00c35dbd17
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
<#if authors?? && authors?has_content>
|
<#if authors?? && authors?has_content>
|
||||||
<div class="authors" style="display:block;float:right; margin:15px;">
|
<div class="authors" style="display:block;float:right; margin:15px;">
|
||||||
<#list authors as author>
|
<#list authors as author>
|
||||||
<#if author.authorFamily??>${author.authorFamily?trim}<#if author.authorInitials??> ${author.authorInitials?trim}</#if></#if><#sep>,
|
<#if author.authorFamily??>${author.authorFamily?trim}<#if author.authorInitials??> ${author.authorInitials?trim}</#if></#if><#sep>, </#sep>
|
||||||
</#list>
|
</#list>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Reference in a new issue