Only one truncation

main
Bob Mottram 2021-02-13 12:26:25 +00:00
parent 58ba1146a4
commit 460b8bd938
1 changed files with 1 additions and 0 deletions

View File

@ -793,6 +793,7 @@ def addHtmlTags(baseDir: str, httpPrefix: str,
for ending in hashTagEndings:
if wordStr.endswith(ending):
wordStr = wordStr[:len(wordStr) - 1]
break
if _addHashTags(wordStr, httpPrefix, originalDomain,
replaceHashTags, hashtags):