diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl
index e38ab2c4..b0e5a6a6 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-authorInAuthorship.ftl
@@ -13,10 +13,10 @@
<#local linkedIndividual>
<#if statement.infoResource??>
- ${statement.infoResourceName}
+ ${statement.infoResourceName}
<#else>
<#-- This shouldn't happen, but we must provide for it -->
- ${statement.authorshipName} (no linked information resource)
+ ${statement.authorshipName} (no linked information resource)
#if>
#local>
diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
index cc4ba4cb..90dbd0c1 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
@@ -19,10 +19,10 @@
<#local linkedIndividual>
<#if statement.org??>
- ${statement.orgName}
+ ${statement.orgName}
<#else>
<#-- This shouldn't happen, but we must provide for it -->
- ${statement.edTrainingName} (no linked organization)
+ ${statement.edTrainingName} (no linked organization)
#if>
#local>
diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl
index 48cdf94f..cd743fcd 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-informationResourceInAuthorship.ftl
@@ -12,10 +12,10 @@
<#local linkedIndividual>
<#if statement.person??>
- ${statement.personName}
+ ${statement.personName}
<#else>
<#-- This shouldn't happen, but we must provide for it -->
- ${statement.authorshipName} (no linked author)
+ ${statement.authorshipName} (no linked author)
#if>
#local>
diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl
index 44a7b104..2ecba302 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-personInPosition.ftl
@@ -13,10 +13,10 @@
<#local linkedIndividual>
<#if statement.org??>
- ${statement.orgName}
+ ${statement.orgName}
<#else>
<#-- This shouldn't happen, but we must provide for it -->
- ${statement.positionName} (no linked organization)
+ ${statement.positionName} (no linked organization)
#if>
#local>