Merge branch 'main' into focus_keys

This commit is contained in:
Veronica Berglyd Olsen
2021-06-10 22:35:55 +02:00
committed by GitHub
-1
View File
@@ -297,7 +297,6 @@ class NWIndex():
nTitle = 0
theLines = theText.splitlines()
for aLine in theLines:
aLine = aLine
nLine += 1
nChar = len(aLine.strip())
if nChar == 0: