Merge branch 'main' into dev

This commit is contained in:
Veronica Berglyd Olsen
2021-06-10 22:51:45 +02:00
4 changed files with 33 additions and 15 deletions
-1
View File
@@ -296,7 +296,6 @@ class NWIndex():
nTitle = 0
theLines = theText.splitlines()
for aLine in theLines:
aLine = aLine
nLine += 1
nChar = len(aLine.strip())
if nChar == 0: