mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Use <funcsect> instead of <sect3>.
This commit is contained in:
@@ -545,7 +545,7 @@ sub output_bird {
|
|||||||
}
|
}
|
||||||
print "</descrip>\n";
|
print "</descrip>\n";
|
||||||
foreach $section (@{$args{'sectionlist'}}) {
|
foreach $section (@{$args{'sectionlist'}}) {
|
||||||
print "<sect3>$section\n";
|
print "<funcsect>$section\n";
|
||||||
print "<p>\n";
|
print "<p>\n";
|
||||||
output_highlight($args{'sections'}{$section});
|
output_highlight($args{'sections'}{$section});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user