diff --git a/build.py b/build.py index ddfdfa3..3762049 100755 --- a/build.py +++ b/build.py @@ -332,7 +332,7 @@ def BuildList(lst, fs, pagePos, cList): elif (pagePos > curPos) and (pagePos < nextPos): content = content + BuildList(cList[curPos], fs, pagePos, cList) - content = content + '\n' + content = content + '\n\n' return content @@ -396,10 +396,10 @@ def BuildOnePageSidebar(fs): def CreateLinkSidebar(fs, pos, childList): # Build the list recursively from the top level nodes - #content = BuildList(FindTopLevelNodes(fs), fs, pos, childList) content = BuildList(FindTopLevelNodes(fs), fs, pos, childList) # Shove the TOC link and one file link at the top... - content = content[:7] + '
Table of Contents
\n' + content[7:] + active = ' class=active' if pos<0 else '' + content = content.replace('