diff --git a/content.py b/content.py index b7b540c7..b8353cee 100644 --- a/content.py +++ b/content.py @@ -149,8 +149,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \ """ if content.startswith('
'): return content - wordsOnly=content.replace(',',' ').replace(';',' ').replace('.',' ') - words=wordsOnly.split(' ') + words=content.replace(',',' ').replace(';',' ') replaceMentions={} replaceHashTags={} replaceEmoji={}