mirror of https://github.com/python/cpython
Minor housing cleaning in HTML that gets generated.
This commit is contained in:
parent
34672dbb38
commit
2b8c95e4ed
|
@ -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, '')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue