diff --git a/content.py b/content.py index 4cd2c4831..4610cab84 100644 --- a/content.py +++ b/content.py @@ -251,7 +251,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str: for wordStr in longWordsList: if wordStr.startswith('<'): continue - if '="' in wordStr: + if '=\"' in wordStr: continue if 'https:' in wordStr: continue