From 9b01b19d21cfa76d43e365bdf1b771c0c0b25124 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 8 Mar 2025 14:10:27 +0100 Subject: Don't show navigation in dir node --- info2html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/info2html b/info2html index 3feb0d2..523133f 100755 --- a/info2html +++ b/info2html @@ -447,13 +447,15 @@ sub PrintHeader{ $HTML_HEAD_STUFF EOF - print "\n\n\n$heading"; + print "\n\n$heading"; print "\n
";
   return;
@@ -469,13 +471,13 @@ sub PrintFooter{
   local(*LinkList,$BaseInfoFile) =@_;
   #-- TEXT for the footer of an info node
   print "
\n\n"; - print "\n"; + if ($BaseInfoFile ne 'dir') { + print "\n"; + } print "\n"; -- cgit v1.2.3