Commit 2b8c95e4 authored by Fred Drake's avatar Fred Drake

Minor housing cleaning in HTML that gets generated.

parent 34672dbb
......@@ -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, '')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment