From 613a512e8aac3e53a51d77e2e024bf5c87e07cc3 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Sat, 23 Sep 2017 21:11:33 +0100 Subject: [PATCH] Avoid possible collision in tab anchor and field names --- .../partials/individual/individual-property-group-tabs.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ae129e2f..6db446b3 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 @@ -21,10 +21,10 @@ <#assign groupNameHtmlId = "${i18n().properties}" > <#if tabCount = 1 > -
  • ${groupName?capitalize}
  • +
  • ${groupName?capitalize}
  • <#assign tabCount = 2> <#else> -
  • ${groupName?capitalize}
  • +
  • ${groupName?capitalize}
  • @@ -42,7 +42,7 @@ <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#assign verbose = (verbosePropertySwitch.currentValue)!false> -
    <#-- Display the group heading -->