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. --- Doc/texi2html.py | 4 ++-- Doc/tools/texi2html.py | 4 ++-- Tools/scripts/texi2html.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/texi2html.py b/Doc/texi2html.py index 7d96da3..d1c1a74 100644 --- a/Doc/texi2html.py +++ b/Doc/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

' diff --git a/Doc/tools/texi2html.py b/Doc/tools/texi2html.py index 7d96da3..d1c1a74 100644 --- a/Doc/tools/texi2html.py +++ b/Doc/tools/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

' diff --git a/Tools/scripts/texi2html.py b/Tools/scripts/texi2html.py index 7d96da3..d1c1a74 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 v0.12