mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Minor housing cleaning in HTML that gets generated.
This commit is contained in:
parent
34672dbb38
commit
2b8c95e4ed
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue