Add closing tag to sep directive
This commit is contained in:
parent
4907c1af50
commit
15b4c83d56
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
<#if authors?? && authors?has_content>
|
||||
<div class="authors" style="display:block;float:right; margin:15px;">
|
||||
<#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>
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Reference in a new issue