property groups will now display in initial caps

This commit is contained in:
tlw72 2010-12-21 20:24:52 +00:00
parent 5acdc86a7f
commit a03e7ccc50

View file

@ -11,7 +11,7 @@
<#-- Display the group heading -->
<#if groupname?has_content>
<h2><a name="${groupname}"></a>${groupname}</h2>
<h2><a name="${groupname}"></a>${groupname?capitalize}</h2>
</#if>
<#-- List the properties in the group -->