Minor cleanup, and made status class properties private

This commit is contained in:
Veronica K. B. Olsen
2020-09-18 18:50:13 +02:00
parent 4e03fdca31
commit de72d93b9c
3 changed files with 43 additions and 46 deletions
+1 -2
View File
@@ -309,8 +309,7 @@ class ToHtml(Tokenizer):
def _formatKeywords(self, tText):
"""Apply HTML formatting to keywords.
"""
tText = "@"+tText
isValid, theBits, thePos = self.theParent.theIndex.scanThis(tText)
isValid, theBits, thePos = self.theParent.theIndex.scanThis("@"+tText)
if not isValid or not theBits:
return ""