commit | 2b8c95e4ed818a51b0bb51eddd10ec611917d33e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Apr 11 16:26:02 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Apr 11 16:26:02 1998 +0000 |
tree | 9a0fc5e0e72bdc62085c2a7d396bf490fda77987 | |
parent | 34672dbb3831bfae85be5ec3acfd9d0a28a7946c [diff] [blame] |
Minor housing cleaning in HTML that gets generated.
diff --git a/Doc/tools/buildindex.py b/Doc/tools/buildindex.py index 2566129..909fb09 100755 --- a/Doc/tools/buildindex.py +++ b/Doc/tools/buildindex.py
@@ -182,8 +182,8 @@ append(",\n%s %s[Link]</a>" % (level * DL_LEVEL_INDENT, link)) previous = current append("\n") - append("</dl><p>" * (level + 1)) - append("\n") + append("</dl>" * (level + 1)) + append("\n<p>\n") return string.join(strings, '')