diff --git a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
index cdb5cf70c..e9829530b 100644
--- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
+++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
@@ -45,7 +45,7 @@ we need to also show the property label. -->
<#if showEditingLinks>
<#local url = property.addUrl>
<#if url?has_content>
-
+
#if>
#if>
#macro>
@@ -67,13 +67,13 @@ we need to also show the property label. -->
<#macro editLink statement>
<#local url = statement.editUrl>
<#if url?has_content>
-
+
#if>
#macro>
<#macro deleteLink statement>
<#local url = statement.deleteUrl>
<#if url?has_content>
-
+
#if>
#macro>
\ No newline at end of file