mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Use <funcsect> instead of <sect3>.
This commit is contained in:
parent
a9aa4c1ebb
commit
c23f40b145
@ -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 New Issue
Block a user