forked from indymedia/epicyon
Tidying
parent
6373e8b982
commit
273956c3e8
|
@ -156,9 +156,9 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \
|
||||||
wordStr=words[wordIndex]
|
wordStr=words[wordIndex]
|
||||||
if wordStr.endswith('.'):
|
if wordStr.endswith('.'):
|
||||||
if not wordStr.startswith('@'):
|
if not wordStr.startswith('@'):
|
||||||
words[wordIndex]=words[wordIndex][:-1]
|
words[wordIndex]=wordStr[:-1]
|
||||||
if wordStr.startswith('.'):
|
if wordStr.startswith('.'):
|
||||||
words[wordIndex]=words[wordIndex][1:]
|
words[wordIndex]=wordStr[1:]
|
||||||
replaceMentions={}
|
replaceMentions={}
|
||||||
replaceHashTags={}
|
replaceHashTags={}
|
||||||
replaceEmoji={}
|
replaceEmoji={}
|
||||||
|
|
Loading…
Reference in New Issue