diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl index 27b33a81..ae129e2f 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl @@ -14,7 +14,7 @@ <#if ( groupTabs.properties?size > 0 ) > <#assign groupName = groupTabs.getName(nameForOtherGroup)> <#if groupName?has_content> - <#--the function replaces spaces in the name with underscores, also called for the property group menu--> + <#--the function replaces spaces in the name with underscores, also called for the property group menu--> <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#else> <#assign groupName = "${i18n().properties_capitalized}"> @@ -29,7 +29,7 @@ <#if (propertyGroups.all?size > 1) > -
  • ${i18n().view_all_capitalized}
  • +
  • ${i18n().view_all_capitalized}
  • @@ -45,15 +45,15 @@
    - <#-- Display the group heading --> + <#-- Display the group heading --> <#if groupName?has_content> - <#--the function replaces spaces in the name with underscores, also called for the property group menu--> + <#--the function replaces spaces in the name with underscores, also called for the property group menu--> <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#else> - <#-- List the properties in the group --> + <#-- List the properties in the group --> <#include "individual-properties.ftl">
    <#assign sectionCount = 2 >