diff --git a/tools/generate_docs.py b/tools/generate_docs.py index 6c62b15..2ca36f3 100644 --- a/tools/generate_docs.py +++ b/tools/generate_docs.py @@ -358,7 +358,8 @@ def CreateFromTemplate (templateHtmlPath, resultHtmlPath, navigation, title, con Tools.ReplaceStringsInFile (resultHtmlPath, [ ('$$$TITLE$$$', title), ('$$$NAVIGATION$$$', navigation.GenerateHtml ()), - ('$$$MAIN$$$', content) + ('$$$MAIN$$$', content), + ('\r\n', '\n') ]) def BuildNavigation (pageGroups, hierarchy):