]> granicus.if.org Git - python/commitdiff
Minor housing cleaning in HTML that gets generated.
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 16:26:02 +0000 (16:26 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 16:26:02 +0000 (16:26 +0000)
Doc/tools/buildindex.py

index 2566129cbfce67a9fb3b232e31fd42d1e4820089..909fb090db5784858de978da58aa75c743771404 100755 (executable)
@@ -182,8 +182,8 @@ def format_nodes(nodes):
             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, '')