master
Bob Mottram 2019-08-19 12:08:47 +01:00
parent 68b2c7632a
commit 6373e8b982
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \
if wordStr.endswith('.'):
if not wordStr.startswith('@'):
words[wordIndex]=words[wordIndex][:-1]
if wordStr.startsswith('.'):
if wordStr.startswith('.'):
words[wordIndex]=words[wordIndex][1:]
replaceMentions={}
replaceHashTags={}