Fix typo in html

This commit is contained in:
rjy7 2010-12-16 19:39:45 +00:00
parent 751ed0d8be
commit 0627ea3f01

View file

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