property groups will now display in initial caps
This commit is contained in:
parent
5acdc86a7f
commit
a03e7ccc50
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue