Fix typo in html
This commit is contained in:
parent
751ed0d8be
commit
0627ea3f01
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
<#-- Display the group heading -->
|
||||
<#if groupName?has_content>
|
||||
<h2><a name="${groupName}"></a>${groupName}</h2
|
||||
<h2><a name="${groupName}"></a>${groupName}</h2>
|
||||
</#if>
|
||||
|
||||
<#-- List the properties in the group -->
|
||||
|
|
Loading…
Add table
Reference in a new issue