Kaydet (Commit) 2b8c95e4 authored tarafından Fred Drake's avatar Fred Drake

Minor housing cleaning in HTML that gets generated.

üst 34672dbb
...@@ -182,8 +182,8 @@ def format_nodes(nodes): ...@@ -182,8 +182,8 @@ def format_nodes(nodes):
append(",\n%s %s[Link]</a>" % (level * DL_LEVEL_INDENT, link)) append(",\n%s %s[Link]</a>" % (level * DL_LEVEL_INDENT, link))
previous = current previous = current
append("\n") append("\n")
append("</dl><p>" * (level + 1)) append("</dl>" * (level + 1))
append("\n") append("\n<p>\n")
return string.join(strings, '') 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