diff --git a/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl b/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl index 3db9b1f1..962573ad 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl @@ -6,9 +6,8 @@ <#if overview?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> <@p.addLinkWithLabel overview editable /> <#list overview.statements as statement> -
- ${statement.value} - <@p.editingLinks "${overview.localName}" statement editable /> -
+${statement.value}
+ + <@p.editingLinks "${overview.localName}" statement editable /> #list> #if> \ No newline at end of file diff --git a/productMods/templates/freemarker/body/partials/individual/individual-sparklineVisualization.ftl b/productMods/templates/freemarker/body/partials/individual/individual-sparklineVisualization.ftl index a3471b24..a5a78909 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-sparklineVisualization.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-sparklineVisualization.ftl @@ -3,7 +3,7 @@ <#-- Template for sparkline visualization on individual profile page --> <#if individual.visualizationUrl??> -