From: Fred Drake Date: Sat, 11 Apr 1998 16:26:02 +0000 (+0000) Subject: Minor housing cleaning in HTML that gets generated. X-Git-Tag: v1.5.1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8c95e4ed818a51b0bb51eddd10ec611917d33e;p=thirdparty%2FPython%2Fcpython.git Minor housing cleaning in HTML that gets generated. --- diff --git a/Doc/tools/buildindex.py b/Doc/tools/buildindex.py index 2566129cbfce..909fb090db57 100755 --- a/Doc/tools/buildindex.py +++ b/Doc/tools/buildindex.py @@ -182,8 +182,8 @@ def format_nodes(nodes): append(",\n%s %s[Link]" % (level * DL_LEVEL_INDENT, link)) previous = current append("\n") - append("

" * (level + 1)) - append("\n") + append("" * (level + 1)) + append("\n

\n") return string.join(strings, '')