commit: nits

This commit is contained in:
Alec Muffett 2018-07-09 22:30:55 +01:00
parent f260a457ce
commit 0a56239315
2 changed files with 5 additions and 4 deletions

View File

@ -29,6 +29,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer
* Reported Reachability Issues: :sos:
Sites which display multiple reachability problems will eventually be struck-off the list.
----
# Academic
@ -472,6 +473,8 @@ Sites which display multiple reachability problems will eventually be struck-off
* https://protonirockerxow.onion/ :lock:
----
# Submission Notes
- **NO MORE THAN 1 SITE PER REQUEST WILL BE ACCEPTED**

View File

@ -66,8 +66,7 @@ foreach $catname (@categories) {
$tree{$catname} = &docat('directory', $catname);
}
# print
print "\n";
foreach $catname (sort keys %tree) {
print "----\n\n";
my $catprint = &canon($catname);
@ -89,5 +88,4 @@ foreach $catname (sort keys %tree) {
}
print "\n";
}
#print Dumper(\%tree);
print "----\n\n";