From a03e7ccc500687cc9659a38adf16a1b6efc18eed Mon Sep 17 00:00:00 2001 From: tlw72 Date: Tue, 21 Dec 2010 20:24:52 +0000 Subject: [PATCH] property groups will now display in initial caps --- .../body/partials/individual/individual-properties.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl index fe3ea5a36..f5ca78d49 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl @@ -11,7 +11,7 @@ <#-- Display the group heading --> <#if groupname?has_content> -

${groupname}

+

${groupname?capitalize}

<#-- List the properties in the group -->