Use <funcsect> instead of <sect3>.
This commit is contained in:
parent
a9aa4c1ebb
commit
c23f40b145
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ sub output_bird {
|
|||
}
|
||||
print "</descrip>\n";
|
||||
foreach $section (@{$args{'sectionlist'}}) {
|
||||
print "<sect3>$section\n";
|
||||
print "<funcsect>$section\n";
|
||||
print "<p>\n";
|
||||
output_highlight($args{'sections'}{$section});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue