Skip to content

Commit

Permalink
#24 Remove a whitespace when there's no project id
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Jul 23, 2024
1 parent 7b01386 commit 8ae56dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
</methods>
</#if>
<#if eml.project.title?has_content>
<project <#if eml.project.identifier?has_content>id="${eml.project.identifier}"</#if>>
<#if eml.project.identifier?has_content><project id="${eml.project.identifier}"><#else><project></#if>
<title>${eml.project.title}</title>
<#list (eml.project.getPersonnel())! as personnel>
<personnel>
Expand Down

0 comments on commit 8ae56dd

Please sign in to comment.