mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Moved documentation to top of file, where it belongs.
This commit is contained in:
@@ -275,7 +275,7 @@ sub output_html {
|
||||
}
|
||||
print "</dl>\n";
|
||||
foreach $section (@{$args{'sectionlist'}}) {
|
||||
print "<h3>$section</h3>\n";
|
||||
print "<h1>$section</h1>\n";
|
||||
print "<ul>\n";
|
||||
output_highlight($args{'sections'}{$section});
|
||||
print "</ul>\n";
|
||||
@@ -291,7 +291,7 @@ sub output_intro_html {
|
||||
my $count;
|
||||
|
||||
foreach $section (@{$args{'sectionlist'}}) {
|
||||
print "<h3>$section</h3>\n";
|
||||
print "<h1>$section</h1>\n";
|
||||
print "<ul>\n";
|
||||
output_highlight($args{'sections'}{$section});
|
||||
print "</ul>\n";
|
||||
|
||||
Reference in New Issue
Block a user