Package: w3m
Version: 0.5.1-5.1

w3mman2html.cgi drops section headerings.  A frequent example is the
"SEE ALSO" section; e.g., view the manpage for ls(1) with the man
command and notice that the "SEE ALSO" heading is there.  Then view the
same manpage with w3mman2html.cgi and notice that the heading is absent.

The following works around the problem; I hope that it will help
in developing a proper fix:

@@ -111,7 +111,7 @@
     next;
   } elsif (!/\010/ && /^$space[\w\200-\377].*\s\S/o) { # delete footer
     $blank = -1;
-    next;
+    #next
   }
   if ($SQUEEZE) {
     if (/^\s*$/) {


Much love,

-- 
Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to