Changed from Top to index as top node

This commit is contained in:
Joel Sherrill
1998-04-13 20:07:47 +00:00
parent 6e3c36b7b5
commit f2cd6a1a8d
2 changed files with 7 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ sub canonical # (node_name)
return "$p$n.html" if ($n);
} else {
if ($n eq 'Top') {
$lookup{"$p$n"}= "Top.html";
$lookup{"$p$n"}= "index.html";
return $lookup{"$p$n"};
} elsif ($n) {
if (! $lookup{"$p$n"}) {