From 22f7f9e67125c537651a61fff20ed341bf7d492f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 11 Oct 1996 16:54:00 +0000 Subject: (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. --- Tools/scripts/texi2html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools/scripts/texi2html.py') diff --git a/Tools/scripts/texi2html.py b/Tools/scripts/texi2html.py index 7d96da3874..d1c1a746b4 100755 --- a/Tools/scripts/texi2html.py +++ b/Tools/scripts/texi2html.py @@ -147,7 +147,7 @@ class HTML3Node(HTMLNode): DOCTYPE = '' def open_links(self): - self.write('
\n
\n') + self.write('\n') @@ -163,7 +163,7 @@ class TexinfoParser: FN_TARGET_PATTERN = '' \ + FN_ID_PATTERN + '\n%(text)s

\n' - FN_HEADER = '\n


\n' \ + FN_HEADER = '\n

\n


\n' \ 'Footnotes\n

' -- cgit v1.2.1