Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b8c95e

Browse files
committed
Minor housing cleaning in HTML that gets generated.
1 parent 34672db commit 2b8c95e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/buildindex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def format_nodes(nodes):
182182
append(",\n%s %s[Link]</a>" % (level * DL_LEVEL_INDENT, link))
183183
previous = current
184184
append("\n")
185-
append("</dl><p>" * (level + 1))
186-
append("\n")
185+
append("</dl>" * (level + 1))
186+
append("\n<p>\n")
187187
return string.join(strings, '')
188188

189189

0 commit comments

Comments
 (0)